Login  Register

Re: J3D+JOGL good within Eclipse but UnsatisfiedLinkError as standalone

Posted by gouessej on Jun 10, 2016; 1:31pm
URL: https://forum.jogamp.org/J3D-JOGL-good-within-Eclipse-but-UnsatisfiedLinkError-as-standalone-tp4036783p4036817.html

By the way, I suspect that you put an old version of Java3D directly into your bundled JRE, your very first error message shows an old DLL of Java3D <= 1.5.2 in jre/bin. You removed 4 JARs from C:\Users\tesllar\Desktop\BigOldVendor\BigOldApp\Development\Installer Development\NSIS\BigOldApp\jre\lib\ext but your software must be built with Java3D 1.6.0-pre12 and don't forget this part of the Java manual concerning "java -jar":
"When you use this option, the JAR file is the source of all user
              classes, and other user class path settings are ignored."

Please look at this part of an Oracle tutorial:
https://docs.oracle.com/javase/tutorial/deployment/jar/downman.html
You must set the Class-Path manifest attribute correctly so that your software finds the third party libraries (except if you make a big fat JAR).
Julien Gouesse | Personal blog | Website