I am running on a Windows 7 machine.
I installed Java jdk 1.7.
I have set the Path and PATH environment variable to point to the Java jdk 1.7/bin directory.
Executing java -version in the command prompt yields Java version 1.7.0_45.
However when I execute javac it says that:
javac is not recognized as an internal or external command
I am really stumped on this problem. All other threads seem to get similar issues resolved via changing the environment variable but this is not solving my problem in this situation.
Edit
When I run java -version in Console2 it says that the currently used version of Java is 1.6 and I am not sure why this is the case.
where java. Is the java program being executed from where you expect?