Yep. Sounds like the JOGL people are living off the nightly builds at the moment. But there is a canned binary for use with Mac OS X Java 1.4.2. Download it from the project document page at
https://jogl.dev.java.net/servlets/ProjectDocumentList?folderID=271
Click the link "jogl-macosx.tar.gz JDK1.4.2" and mentally thank Gregory Pierce for providing it. When decompressed, you'll have a jar and a .jnilib file.
Copy jogl.jar to /System/Library/Java/Extensions , and copy libjogl.jnilib to /System/Library/Java/Versions/1.4.2/Libraries. You'll probably need to sudo both of those actions.
I just downloaded Greg's build and ran the article demo on java 1.4.2 and all it's working here.
--Chris |