As far as I can see you have the JRE in your PATH, but not the JDK. From a command prompt try this: set PATH=%PATH%;C:\Program Files (x86)\Java\jdk1.7.0_17\bin Then try javac again – if this works...
  • April 7, 2022
  • 0 Comments