javac not recognized

后端 未结 11 1380
再見小時候
再見小時候 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:11

    • Check whether you have JDK installed; if not installed, Install
    • If JDK is installed, navigate into the bin folder of the installation, and try to execute javac.
    • If javac executes, proceed (+:
    • If javac does not execute, check your system path, and java path, and return to 2 above!

提交回复
热议问题