I have jdk1.6.0_23 installed but javac isn't a recognizable command? (I'm on Windows Vista) Does anyone know what's wrong.
Printable View
I have jdk1.6.0_23 installed but javac isn't a recognizable command? (I'm on Windows Vista) Does anyone know what's wrong.
Do you have the path set right?
I found this link helpful:
The New Boston » Java Programming Tutorial – 1 – Installing the JDK
You do not seem to have the folder containing javac.exe on your path. This is error number one listed in Oracle's Tutorial Compiler Problems page.
The installation docs they refer to can be found online here. (that's the 32 bit version). You should read step 4.