LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: snowboard4food on October 08, 2005, 04:59:29

Title: Need Help On Linux Can't Compile NeHe Lessons
Post by: snowboard4food on October 08, 2005, 04:59:29
Heres an example output when I try to compile:
[tylervh@localhost Lesson01]$ java Lesson01
Exception in thread "main" java.lang.NoClassDefFoundError: org/lwjgl/opengl/Display
       at Lesson01.createWindow(Lesson01.java:121)
       at Lesson01.init(Lesson01.java:141)
       at Lesson01.run(Lesson01.java:62)
       at Lesson01.main(Lesson01.java:52)

How do I fix this?
Title: Need Help On Linux Can't Compile NeHe Lessons
Post by: Matzon on October 08, 2005, 15:21:46
look in readme - you need to append jar files to classpath