How to run javac from command line?
843833Mar 4 2003 — edited Mar 7 2003Hello,
Path on my computer is like this :
PATH=C:\PROGRA~1\COMMON~1\MICROS~1\MSInfo\;;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\JDK1.3.1_7\BIN;C:\J2SDKEE1.3.1\BIN
when i do "javac" from command line, i get the error "bad command or file name". It means it doesn't find javac, but why, after setting the PATH. Is there any error in setting?
Please help.
Thanks