I have created the following file in my C:\javacode\ directory. It compiles fine, but when I execute it, i get the error message..
The error message I get:
Exception in thread "main"
java.lang.NoClassDefFoundError: HelloWorld
Is this because of my classpath or is it somthing else?
My classpath is :
SET CLASSPATH=C:\j2sdk1.4.0_01\bin;c:\javacode\
If so, How can I get the classpath corrected for Windows ME?
Thanks..