Re: Jogl initialisation
Posted by Penny on Dec 10, 2013; 11:32pm
URL: https://forum.jogamp.org/Jogl-initialisation-tp4030830p4030848.html
That's just the name of the file but it is in the amd64 natives so.
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...
Thanks
Penny