My javac command is not working.
"javac is not recognized as an internal or external command, operable program or batch file."
- -java version WORKS
- I've tried setting classpath successfully in command prompt.
SET CLASSPATH "C:\Program Files\Java\jdk1.7.0_09\bin";
- Ive adding it in environment variables.
;C:\Program Files\Java\jdk1.7.0_09\bin ;C:\Program Files\Java\jre7\bin
- Ive checked the bin folder
java.exe
is there aswell asjavac.exe
.
^ Tried all of these still doesn't work. I've also restarted command prompt still does not not work.
Why is not working?