I've been programming in
Java for quite a while now but I am now frustrated to no end:
1. I have a Windows XP machine.
2. I have the 1.4.1 SDK installed in directory c:\j2sdk1.4.1
3. I have JAVA_HOME set to c:\j2sdk1.4.1
4 I have a CLASSPATH environment variable set to .;%JAVA_HOME%;%JAVA_HOME%\bin;%JAVA_HOME%\lib\classes.zip;
I can run code using the 'java' command, but when I try to compile something with 'javac' I get the following error:
'javac' is not recognized as an internal or external command, operable program, or batch fie.
Why can't it find javac.exe (which is in the same directoryas java.exe???
Help!
Frustrated in Virginia,
joel