javac not recognized

后端 未结 11 1366
再見小時候
再見小時候 2020-12-10 06:33

What can I do when I keep receiving the error

\'javac\' is not recognized as an internal or external command, operable program or batch file

11条回答
  •  独厮守ぢ
    2020-12-10 07:19

    For Windows

    Control Panel > System...Then click Advanced System Setting (left pane)...then popup window will open...then click Environment Variables...Then another window will open...click New and add enter information below

    Variable name: PATH

    Variable value: C:\Program Files\Java\jdk1.7.0_45\bin [*make sure this is the right path for you]

    Then it should work

提交回复
热议问题