I'm trying to run the javac command on my Windows 8 OS, but each time I do, regardless of the directories I've tried, I run into the error from the title.
I'm aware this is a common error and I have tried the advice in links such as these, but it still does not work: javac is not recognized as an internal or external command, operable program or batch file http://www.wikihow.com/Install-the-Java-Software-Development-Kit
I'm not sure how relevant this is, but the variable value for my "Path" environmental variable is currently this:
C:\ProgramData\Oracle\Java\javapath;
C:\Program Files (x86)\Intel\iCLS Client\;
C:\Program Files\Intel\iCLS Client\;
C:\windows\system32;
C:\windows;
C:\windows\System32\Wbem;
C:\windows\System32\WindowsPowerShell\v1.0\;
C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;
C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;
C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;
C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;
C:\Program Files\MiKTeX 2.9\miktex\bin\x64\;
C:\Program Files (x86)\MiKTeX 2.9\miktex\bin\;
C:\Program Files (x86)\Skype\Phone\;
C:\Program Files (x86)\Java\jre7\bin;C:\Program Files\Java\jdk1.6.0\bin;
I have also tried installing the newest version of Java and have restarted my computer; however, I still encounter this issue.
Any advice anyone would have on this would be greatly appreciated.