The Source for Java Technology Collaboration
User: Password:



Start New Message Delete Post a Reply

Article: 
 Jumping into JOGL
Subject:  NetBeans NoClassDefFound
Date:  2004-11-04 04:29:48
From:  invalidname
Response to: NetBeans NoClassDefFound


Are you sure this isn't just a normal classpath problem? What happens if you do java -classpath [your-classpath] net.java.games.jogl.GLEventListener ? If you get "no such method: main()", then your classpath is OK, If you get "class not found", then you have a typical classpath problem: try extending the classpath command-line argument (or environment variable) to include the jogl jar.

--Chris (invalidname)


 Feed java.net RSS Feeds