Re: Jogl initialisation
Posted by Penny on Dec 11, 2013; 6:33pm
URL: https://forum.jogamp.org/Jogl-initialisation-tp4030830p4030856.html
some natives will load using System.load() so having a path to the unpacked natives is ok.
but some natives will only load using System.loadLibrary() which will not allow a path.
I am thinking of unpacking the natives to the absolute path of File(".");
initialising jogl.
and then deleting the natives.
I haven't figured out where jogl/gluegen puts the natives that require System.loadLibrary() yet...