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.