Re: java.lang.UnsatisfiedLinkError
Posted by
gouessej on
Jun 27, 2013; 8:05am
URL: https://forum.jogamp.org/java-lang-UnsatisfiedLinkError-tp4029481p4029482.html
Hi
At first, ensure that you use the same version of JOGL 2 than the one used to compile Jzy3D if you use a pre-compiled one, otherwise use the same JOGL build to compile Jzy3D and to run your application.
Secondly, ensure that the JARs containing the native libraries of GlueGen and JOGL are in the same directories than jogl-all.jar and gluegen-rt.jar (which should be both in your classpath).
Thirdly, ensure that there is no conflict with another version of JOGL, the old jogl.jar should
not be in your classpath any more.
Good luck.