Re: The natives are hostile: Why is the Debian package code incompatible with any other natives?

Posted by ObsequiousNewt on
URL: https://forum.jogamp.org/The-natives-are-hostile-Why-is-the-Debian-package-code-incompatible-with-any-other-natives-tp4025459p4025462.html

gouessej wrote
Hi

Names have recently changed in order to ease Maven support. Anyway, I don't know why the maintainer uses different names.

Please don't mix JARs and native libraries of different versions, it will only cause headaches and lots of troubles. For example, when I do that accidently in an Eclipse RCP application, I get a NullPointerException when calling GLProfile.getDefault(). Use the packages or uninstall them cleanly and use another version of GlueGen and JOGL.
As I forgot to mention, I actually tried 2.0-rc3 natives with my program, and it still didn't work. The jars came from the Debian package, but they won't work with the natives from any version.