I'm trying to use javac with the windows command prompt, but its not working.
After adding the directory "C:\Program Files\Java\jdk1.6.0_16\bin\" to the end of the environment path variable, the java command works fine, but using javac gives me the error:
'javac' is not recognized as an internal or external command, operable program or batch file.
Any ideas? Thanks.