Re: FileNotFoundException
Posted by
gouessej on
Jan 12, 2012; 6:53pm
URL: https://forum.jogamp.org/FileNotFoundException-tp3654307p3654547.html
Hi
Now, JOGL, JOAL and JOCL try to extract native libraries from JARs and load them. It is a fine feature, you just have to put the JARs containing the native libraries into the same directory than those containing their Java counterparts (jogl.all.jar and gluegen-rt.jar). There is no need to set the Java library path. Just put jogl.all.jar and gluegen-rt.jar into the class path.
You can disable this feature by setting its flag to false.