Hello all!
I am trying to build an application using Maven in order to do this I have copied the pom.xml generated from
https://www.lwjgl.org/customize.
All compile like a charm and the .jar is created but when I execute it the following error message appears
"Error starting bundle.
org.osgi.framework.BundleException: Unable to resolve com.test.appliction [100](R 100.0): missing requirement osgi.wiring.package; (&(osgi.wiring.package=org.lwjgl)(version>=3.2.0)(!(version>=4.0.0)))".Can anyone help me?
Thank you in advance.