hi all,
I am having a weird problem .I am using windows NT ,while comiling the
java files I am getting the following error
C:\>javac Hello.java
C:\> The name specified is not recognized as an internal or external command, operable programe or batch file
However I am able to run the class files which are allready compiled like
C:\> java Hello
C:\>Hello
Can't understand what is the problem...If any one help
Thanks in advance
Aamir