javac not found after set environment variable
问题 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. I really want to get this resolved ASAP. If anyone has experienced similar issues can you please share. All other