Re: Is there a chance to build working JAR with Maven?
Posted by ChazAshley on Apr 14, 2015; 2:46pm
URL: https://forum.jogamp.org/Is-there-a-chance-to-build-working-JAR-with-Maven-tp4034295p4034298.html
Yes. You are right. One of problems was in that dll. But after that i got error like this
Profile GL_DEFAULT is not available on null, but: []
And after few hours I have decided to look at yours POM file one more time, and then i decided just add -main to artifactId value and yes! Finally it works! Woohoo!!!
Thanks.