hi.
i have just installed the java ports for nehe opengl tutorial.
i am starting on lesson01 - i have implemented the files into my build environment and project…
i have successfully compiled Lesson01.java
problem: Following is the error i receive when i type “java Lesson01” into the command prompt
Exception in thread “main” java.lang.NoClassDefFoundError: Lesson01(wrong name: demos/nehe/lesson01/Lesson01)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass1(Native Method)