Hello
I've downloaded the Java SDK 1.4.0 from Sun's website in the hope to
learning Java, however when I compile my *.java files this (at most times)
works fine, however when I run the *.class file using java.exe I get this
error message.
D:\jdk1.3\bin>j ava FirstLine.class
Exception in thread "main" java.lang.NoCla ssDefFoundError : FirstLine/class
I'm using Windows XP Pro with Java Runtime 1.4.0.
Can anyone help me? Any help would be great.
Thanks
I've downloaded the Java SDK 1.4.0 from Sun's website in the hope to
learning Java, however when I compile my *.java files this (at most times)
works fine, however when I run the *.class file using java.exe I get this
error message.
D:\jdk1.3\bin>j ava FirstLine.class
Exception in thread "main" java.lang.NoCla ssDefFoundError : FirstLine/class
I'm using Windows XP Pro with Java Runtime 1.4.0.
Can anyone help me? Any help would be great.
Thanks
Comment