java - javac is not working and giving message "javac is not recognized " -
this question has answer here:
i made simple java file extension .java , have set javac path variable c:\program files\java\jdk1.7.0_25\bin it's not working , giving message "javac not recognized internal or external command , operable program or batch file " .i closed cmd , reopen not worked .
would suggest following:
- go path c:\program files\java\jdk1.7.0_25\bin, run javac.
- if javac runs after going path check path environment variable, go command prompt type path , press enter, make sure java bin path there.
- if dont see java bin in previous step, edit path environment variable.
cheers !!
Comments
Post a Comment