Re: Exception JOGL using wrong library?
Posted by
gouessej on
Feb 05, 2014; 8:56am
URL: https://forum.jogamp.org/Exception-JOGL-using-wrong-library-tp4031437p4031449.html
Hi
Maybe you used wrong examples or examples based on an obsolete version of Worldwind relying on JOGL 1. Renaming JOGL JARs isn't a good idea.
Oops, my JNLP files work even though I use "nativelib".
JOGL and GlueGen have both Java classes and some C code, they need to use low level platform dependent features, that's why they have a native "part". Their native libraries are stored into separate JARs to ease the deployment. As it is forbidden to load a native library directly from a JAR, they are extracted into a temporary directory and loaded. If you don't provide those JARs, JOGL can't work.