Login  Register

JOGL TempJarCache natives jars already in classpath

Posted by sam on Aug 14, 2013; 12:27pm
URL: https://forum.jogamp.org/JOGL-TempJarCache-natives-jars-already-in-classpath-tp4029804.html

hi,

I try to use JOGL in a standalone environment. I know that using the TempJarCache, JOGL automatically tries to find and load the native library jars. However in my current situation I already have the right platform specific native jar package in my class path.

But JOGL still tries to load the external native jar, which is impossible as I had to rename it, breaking the search conventions.

Any ideas how to fix that, such that JOGL extracts the native libraries already part of its classpath?

thanks in advance