View Single Post
Old 10-12-2005, 01:56 AM   #17 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,695
redhead is on a distinguished road
Like Belisarius said, the java runtime engine will look for a class to start which holds the same name as your provided argument to it hence c:\MyJava\Hello bur you named your class Hello aswell as the file it is pressent in, instead do:
Quote:
c:\Documents and Settings\Owner> cd c:\MyJava\
c:\MyJava> java Hello
If you had carefully read the Sun thread I first posted, they mentioned that aswell.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote