The good news: I got it working.
The bad news: The only copies of JOGL stuff I deleted to get it to work were in the Web Start cache and strange folders that I don’t think are normally on the classpath.
How did this happen? How will less technical users deal with this issue?
From my shell history…
501 rm /Users/scottpalmer/Library/Caches/Java/cache/javaws/https/Djogl.dev.java.net/P-1/DMwebstart/RNjogl-natives-macosx.jar/libjogl.jnilib
502 rm -r /Users/scottpalmer/Library/Caches/Java/cache/javaws/https/Djogl.dev.java.net
Ah screw it, I’m toasting the whole cache:
503 rm -r /Users/scottpalmer/Library/Caches/Java/cache/javaws
504 rm -r /Users/scottpalmer/Library/Caches/Java\ Web\ Start/cache
from within my home dir:
531 rm -r .jogl_ext
(hey what is this .jogl_ext thing?)
There were some JOGL related files in here… also the 5.0rc1 folder, but I left those alone, I doubt this helped.
533 rm -r ./.netbeans/5.0beta
534 rm -r ./.netbeans/5.0beta2
I hindsight I should have attempted to start the applet after delete things one at a time… but I didn’t