| Author |
java command not working
|
Hemang Thanki
Greenhorn
Joined: Jan 24, 2005
Posts: 18
|
|
Hi Everyone, I am using Windows XP SP1. When I type javac <<File.java>> on commandline, it successfully compile the file. But when i use java <<File>> on commandline, "Exception in thread "main" java.lang.NoClassDefFoundError: <<File>>" though the file consists of main method. I also set the Path env. variable. Can anyone suggest me some other approach ? Regards, Hemang
|
 |
Tad Dicks
Ranch Hand
Joined: Nov 16, 2004
Posts: 264
|
|
Um this really isn't the right place for that question... but you have a problem with the name of the file and the name of the class not being the same (or at least thats my first impression). -Tad
|
 |
Jason Menard
Sheriff
Joined: Nov 09, 2000
Posts: 6450
|
|
|
Moved to Java in General (beginner).
|
Jason's Blog
|
 |
 |
|
|
subject: java command not working
|
|
|