Errors with the new JOGL package

Hello,

i am a total newbie to jogl and java and i’m trying to use new JOGL package that consists: javax.media.opengl.*;

when i write a code on netbeans, it doesnt show any warning or error, but when i run the program i get the following error in the console:

run:
java.lang.NoClassDefFoundError: com/sun/gluegen/runtime/DynamicLookupHelper
at pdbviewer.JoglTest.(JoglTest.java:32)
Caused by: java.lang.ClassNotFoundException: com.sun.gluegen.runtime.DynamicLookupHelper
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at sun.misc.Launcher$ExtClassLoader.findClass(Launcher.java:229)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
… 1 more
Could not find the main class: pdbviewer.JoglTest. Program will exit.

what it does mean and what should i do? ??? ??? ???

thanks in advance for any help ;D

Java can’t find all your classes. Check the userguide for your version of JOGL, and check your CLASSPATH and PATH environment variables to make sure they point to the latest jars and dlls. The userguide might be in the zip file you downloaded with the latest package.