Reputation: 10258
I've been trying to install JOGL on os x for the past few days, but keep getting this error when I try and compile a test program. Anyone know how to get rid of this message?
EDIT: I first attempted to install system-wide by dropping in jars and jnilibs into //System/Library/Java/Extensions/, per various instructions I found online, but received the above error. I later tried to install JOGL within an eclipse workspace and still received the error.
Upvotes: 1
Views: 1344
Reputation: 4125
JOGL 2 works under Mac OS X. Please ensure that no other version is installed on your machine and use the very latest version. Please check that all JARs are present, those for GlueGen runtime and those for JOGL, the JARs containing the Java libraries and the JARs containing the native libraries. Read the instructions in our wiki.
If it still fails to work, contact us on our official forum and/or fill a bug report.
Edit.: There is often an obsolete version of Java3D installed by default as an extension under Mac, it relies on an obsolete version of JOGL which can cause some troubles. Uninstall those craps and it should work.
Upvotes: 2