Re: Exception JOGL using wrong library?
Posted by
adanecito on
Feb 04, 2014; 6:58pm
URL: https://forum.jogamp.org/Exception-JOGL-using-wrong-library-tp4031437p4031440.html
Ok I found the extensions path as mentioned in this message:
http://stackoverflow.com/questions/16380159/how-to-load-native-jogl-jnilib-extensions-on-mac-osx-by-exported-app-jarBut I see no jar that looks like a jogl jar. So I am thinking that there is some issue when using Java Web Start with JOGL and the Mac. I am using the JNLP file and have the jogl, gluegen and the associated natives in separate jars. From the link above for linux it seems to mention having the jars next to each other and I am wondering if I have to do something special for JOGL.
So do I need to save the natives on the disk outside of the jar and point to them via a NativeLibrary to add to some sort of system path?
Regards,
-Tony