Re: Problems Loading Native Libraries Traditionally
Posted by Wade Walker on Mar 05, 2016; 7:18pm
URL: https://forum.jogamp.org/Problems-Loading-Native-Libraries-Traditionally-tp4036409p4036437.html
The error message might be getting swallowed by the .exe that you've wrapped around the code. If you have a JAR file for your app, you could try running directly it with "java -jar" to bypass your wrapper and see if any errors are showing.