Re: JOGL TempJarCache natives jars already in classpath
Posted by
gouessej on
Aug 14, 2013; 12:33pm
URL: https://forum.jogamp.org/JOGL-TempJarCache-natives-jars-already-in-classpath-tp4029804p4029806.html
Hi
You can disable the automatic extraction of native libraries, set the Java library path and use the DLL/SO,JNILIB files i.e the old way, like in JOGL 1. The JARs containing the native libraries shouldn't be in the classpath, they just have to be in the same directory than the JARs containing the Java libraries. Renaming the JARs containing the native libraries is a bad idea, just don't do that, we can't support all the conventions.