java - javac is not working and giving message "javac is not recognized " -


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:

  1. go path c:\program files\java\jdk1.7.0_25\bin, run javac.
  2. if javac runs after going path check path environment variable, go command prompt type path , press enter, make sure java bin path there.
  3. if dont see java bin in previous step, edit path environment variable.

cheers !!


Comments

Popular posts from this blog

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

python - Received unregistered task using Celery with Django -

c# - Delving into the world of XML (Windows Phone) Error I dont understand (The ' ' character, hexadecimal value 0x20, cannot be included in a name.) -