Open mpfeifer opened 7 years ago
@mpfeifer You literally saved my back. I was trying for hours to get this to run via generated .jar and this is a simple elegant solution. Would definitely recommend adding this to the demo to get it running.
The following Maven command should launch the Lwjgl3Test sample app without any extra plugin:
mvn exec:java -Dexec.mainClass=Lwjgl3Test
The project compiled and ran just fine for me. How do you think about adding exec-maven plugin to pom.xml:
This way one can "mvn exec:exec" and see the demo running.