Administrator
|
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.
|