2 Attachment(s)
Yet another question on Javac not recognized - Env Variables already set
Ok, so I have looked at so many posts I am afraid I am going to get my computer confused. Maybe some other eyes will help.
Running XP on 64 BIT HP Elitebook.
1. Downloaded JDK 1.6.0_03
2. Located my installation in C:\Program Files\Java\jdk1.6.0_03\bin
3. Both java.exe and javac.exe exist at the above path
4. Went to Environmental Variables (here is where the various posts start to differ)
A. In System Variables, PATH already existed, but, was "Path". Changed to "PATH" and added jdk path. C:\Program Files\Nice Systems\NICE Player Codec Pack\;C:\Program Files\FileNET\Shared\;C:\Program Files\FileNET\;C:\Program Files\IBM\SQLLIB\SAMPLES\REPL;C:\Program Files\IBM\SQLLIB\FUNCTION;C:\Program Files\IBM\SQLLIB\BIN;C:\Program Files\Fidelity\Security Configuration;C:\Program Files\Oracle\jre\1.1.8\bin\;C:\Program Files\Oracle\jre\1.3.1\bin\;C:\WINDOWS\system32;C: \WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Utimaco\SafeGuard Easy\;C:\Program Files\NetManage\Windows;C:\Sybase\DLL;C:\Sybase\BI N;C:\oracle\ora92\bin\;C:\Program Files\Fidelity\Autoruns;C:\Program Files\FNSW\CLIENT\BIN\;C:\Program Files\FNSW\CLIENT\SHOBJ\;C:\Program Files\FNSW\CLIENT\BIN;C:\Program Files\FNSW\CLIENT\SHOBJ;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Java\jdk1.6.0_03\bin
B. In System Variables CLASSPATH did not exist. Added it. C:\Program Files\Java\jre1.6.0.23\lib\ext\QTJava.zip;C:\Progr am Files\Java\jdk1.6.0_03\bin
C. In User Variables PATH already existed as "PATH". Added the JDK path. C:\FASM;C:\ORANT\BIN;C:\PROGRA~1\FESXTRAC\BIN;C:\P ROGRAM FILES\FASM;C:\Program Files\Java\jdk1.6.0_03\bin
D. In User Variables CLASSPATH did not exist. Added it. C:\Program Files\Java\jdk1.6.0_03\bin
5. At CMD prompt ran C:\>C:\autoexec.bat. Goes back to the prompt. Any message supposed to be here?
6. At CMD prompt ran C:\>java -version. Only information for JRE displays
7. Run C:>javac, got the 'javac is not recognized as an internal or external command..." message.
Attachment 1712
Attachment 1713
Any ideas? :frusty: