jogl applet demo does not run

Hi,

I just tried running the jogl applet demo at
https://jogl-demos.dev.java.net/applettest.html

It reports
Error: Start failed: class not found : demos.applets.GearsApplet

This is in Safari and Firefox2 on OS/X intel.

Also I tried copying the .jars and relevant .html to my web server, and got the same error.

Other jogl programs run ok on this machine.

Thanks for any help or suggestions.

It works fine for me with Safari on Mac OS X / Intel. Did you accept the security dialog about the signed applet?

thanks for checking, just got it to work.

My problem was that I had jogl.jar and the native files installed in the system location, /Library/Java/Extensions.
Removing these fixed it.

By the way, another thing I noticed:

in the CVS source for Gears.java and GearsApplet,
one of them has
import com.sun.opengl.util.;
whereas the other one ahs
import com.sun.opengl.utils.
; // note ‘s’

Glad it’s working. I think you must be looking at an old version of one or the other sources. The current versions in the CVS repository both use com.sun.opengl.util.