Login  Register

Running natives from JARs

Posted by Wibowit on Apr 09, 2011; 9:25pm
URL: https://forum.jogamp.org/Running-natives-from-JARs-tp2800394.html

Hello,

I've noticed that JogAmp products ships with JARs with names like gluegen-rt-natives-linux-amd64.jar Inside there's libgluegen-rt.so I think you're made them so we could load native libraries without the use of java.library.path VM parameter. However, I've deleted that parameter from NetBeans run configuration and added those JARs to classpath, but then JOCL complained about lack of JOCL native libraries. How could I manage to use JOCL without java.library.path parameter and "naked" native libraries?