command line arguments - 'javac is not recognized' , Java 7-Windows 8 -
this question has answer here:
i've been trying setup javac, keep getting dreaded error message
javac not recognized internal or external command, operable program or batch file
ive added location of javac (c:\program files\java\jdk1.7.0_17\bin) path
in environment variables
.. restarted console etc, error persists. missing here?
i had same issue yours , i've fixed this:
in system variables made new variable, called java_home, , set value to: c:\program files\java\jdk1.7.0_17. after that, edited path, in system variables , added : ;%java_home%\bin.
i hope !
Comments
Post a Comment