I am NOT a JOGL or JAVA programmer, but have been asked to create a custom installer for PC and Mac for a set of Jogl based Applets. Everything is working OK on PC. I cannot figure out where to put the following files on mac OSx:
jogl.jar
QMTools.jar (I assume in the same folder where the applet is called?)
libjogl.jnilib
I have tried /Library/Java/Home/bin (for the .jnilib), and /Library/Java/Home/lib/ext (for the jogl.jar)
also I’ve tried the Extensions folder in the System/Library. (just put both the .jar and the .jnilib there).
I get a java .notinited message.
Help please??
James Perdue