Re: Texture Issue Again :(
Posted by
Haroogan on
Mar 07, 2011; 4:22pm
URL: https://forum.jogamp.org/Texture-Issue-Again-tp2646111p2646747.html
WW I've just run the test and got this:
java.lang.NoClassDefFoundError: com/jogamp/newt/opengl/GLWindow
Caused by: java.lang.ClassNotFoundException: com.jogamp.newt.opengl.GLWindow
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: com.jogamp.newt.opengl.GLWindow. Program will exit.
Exception in thread "main"
It seems like I'm doing something wrong? How to run this test properly? :)