Re: JOGL applet deployment
Posted by
Wade Walker on
Jun 19, 2011; 12:50am
URL: https://forum.jogamp.org/JOGL-applet-deployment-tp3074893p3081462.html
You're welcome

The native .dll/.so files are inside the *-native-*.jar files. The applet loader takes care of extracting them to the file system and loading them into the JVM, so you don't need copies of the .dll/.so files in your directory.