Problems with an Applet

Hi, I’m new in JOGL and my problem is how to load an applet did in JOGL in other PC without jogl.rar installed (In my PC does work!).
I have read that exists a JOGLAppletLauncher, but it doesn’t work.
THe example:

dog.jar --> My jar did with my classes.
c:\workspace\ --> In this folder I have all: dog.jar, all the classes(JOGLApplet1.class and other) and jogl.jar.

Then I follow an example like this

I need help please!!! If someone know other way to Install JOGL to view Applets,`please tell me how.

You may be leaving out the package name when you’re specifying your subapplet class name.
i.e.

may possibly need to be

You might also want to test this from a web server rather than your local hard drive first.

Wild Bill Kelso