Re: Can't load library: ...natives\windows-i586\\gluegen-rt.dll
Posted by philjord on Nov 02, 2016; 8:08pm
URL: https://forum.jogamp.org/Can-t-load-library-natives-windows-i586-gluegen-rt-dll-tp4037372p4037375.html
Can you give the full stack traces? It's hard to tell what's going on.
However your unzipping of the dll's looks like it hasn't worked
VirtualUniverse has a static initializer that calls MasterControl.loadLibraries
MasterControl.loadLibraries constructs the Pipelien which in turn calls Jogl setup code.
So the line
java.lang.NoClassDefFoundError: Could not initialize class javax.media.j3d.VirtualUniverse
Probably just means it still can't find your native libs.
More information on your setup will allow us to replicate it and give you advice.