Login  Register

Re: UnsatisfiedLinkError outside NetBeans

Posted by gouessej on May 14, 2014; 7:43am
URL: https://forum.jogamp.org/UnsatisfiedLinkError-outside-NetBeans-tp4032334p4032339.html

Hi

Is glBufferData the very first OpenGL method called in your program? Do other JOGL methods work? Do you use at least JOGL 2.1.5? Is the classpath correctly set into the manifest of your JAR (DeedPlanner.jar?)?

What do you mean by "everything works even without any natives in run directory"? It works even though you don't put the JARs containing the native libraries close to the JARs containing the Java libraries, doesn't it?

Maybe there is a conflict with a version installed on your system. Then, the Java libraries don't match with the native libraries.
Julien Gouesse | Personal blog | Website