Error when Compiling - Please Help
Hi everyone I am having problems compiling my java applications, I had it working up until about a week ago when my computer crashed and I needed to reinstall everything.
I am using jdk1.3.1 and j2sdk docs, I am trying to compile a program called quadsolver which is located on the a: drive.
I am using the command:
A:\>javac quadsolver.java (copied straight from dos prompt screen)
and I keep getting the error message:
Bad command or file name
My CLASSPATH is c:jdk1.3.1\lib;
And my PATH is C:\WINDOWS;C:\WINDOWS\COMMAND;c\jdk1.3.1\bin
jdk1.3.1 and j2sdk docs are both on the c: drive
Can anyone tell me what is wrong please
Thanks everyone

