venkatRAM
2008-12-21 23:54:15 UTC
Hi
I am trying to GLJPanel when a user clicks new. But I get the
java.lang.ClassNotFoundException. This, I understand is because the app
cannot find the JOGL libraries. But I have added the related libraries to
the app. To be more specific, these libraries are the jar files that are
attached to the netbeans JOGL extension.
Weird part is when I create a java application and added JOGL libraries, it
works fine. Here is the stack trace
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 java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at
org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:252)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Any help is appreciated.
Venkat
I am trying to GLJPanel when a user clicks new. But I get the
java.lang.ClassNotFoundException. This, I understand is because the app
cannot find the JOGL libraries. But I have added the related libraries to
the app. To be more specific, these libraries are the jar files that are
attached to the netbeans JOGL extension.
Weird part is when I create a java application and added JOGL libraries, it
works fine. Here is the stack trace
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 java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at
org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:252)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Any help is appreciated.
Venkat
--
View this message in context: http://www.nabble.com/Re%3Ajava.lang.ClassNotFoundException%3A-com.sun.gluegen.runtime.DynamicLookupHelper-tp21120753p21120753.html
Sent from the Netbeans RCP/Platform Users (Open API) mailing list archive at Nabble.com.
View this message in context: http://www.nabble.com/Re%3Ajava.lang.ClassNotFoundException%3A-com.sun.gluegen.runtime.DynamicLookupHelper-tp21120753p21120753.html
Sent from the Netbeans RCP/Platform Users (Open API) mailing list archive at Nabble.com.