command line arguments - 'javac is not recognized' , Java 7-Windows 8 -


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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -