Re: J3D+JOGL good within Eclipse but UnsatisfiedLinkError as standalone
Posted by
gouessej on
Jun 08, 2016; 9:52pm
URL: https://forum.jogamp.org/J3D-JOGL-good-within-Eclipse-but-UnsatisfiedLinkError-as-standalone-tp4036783p4036813.html
To sum up, your problem comes from some JARs loaded in priority somewhere on your machine, those JARs come from Java3D 1.5 which is
NOT maintained by the JogAmp community. When you remove those crappy obsolete stuff, you'll solve your problem of crash as we don't even call System.loadLibrary() in MasterControl. If JOGL 2.3.2 is in the classpath with the right native libraries in the Java library path, it will work.