Login  Register

Re: Problems with OSGi and automatic native loading with JARs

Posted by Wade Walker on Jan 24, 2012; 1:43am
URL: https://forum.jogamp.org/Problems-with-OSGi-and-automatic-native-loading-with-JARs-tp3679887p3683549.html

Expanding a bit on what Julien said, my OSGi projects currently have a main JOGL bundle (containing the code JARs), plus one fragment per platform containing the dll/so/jnilib files. I assume (I haven't tried yet) that with the new "all platforms" natives JAR, we should be able to just put that with the code JARs and eliminate the fragments entirely. If you're using the per-platform natives JARs, you'd have to keep the per-platform fragments, they'd just have natives JARs in them instead of dll/so/jnilib files.