Re: Jogl initialisation
Posted by
gouessej on
Dec 11, 2013; 9:01am
URL: https://forum.jogamp.org/Jogl-initialisation-tp4030830p4030849.html
Penny wrote
I believe it is because the file needs to be loaded using System.loadLibrary() instead of System.load()
I believe when jogl initialises in the standard way the file is unpacked to a temp location which is probably the applets temp sandbox. I will do some more digging to see if I can mimic this...
Why not trying to use the build-in automatic extraction and loading of native libraries as is? Your problem would become our problem instead of having to maintain yet another "solution" by yourself.