Bad Command or file Name
I downloaded and installed j2sdk1.4.0. the path is set in autoexec.bat. and it does not find javac - Bad Command or file nameAny help?
[155 byte] By [
markreisig] at [2007-9-26 22:17:18]

Hi,set the PATH variable to add the directory containing the java.exe and javac.exe, by adding an entry to autoexec.bat set PATH=%PATH%;<path-to-java>- bibin