Java Programming with Microsoft Visual Studio Code

后端 未结 7 1909
终归单人心
终归单人心 2021-02-07 06:43

I downloaded language support for Java by Red Hat in Microsoft Visual Studio Code, \"enter

<
7条回答
  •  南笙
    南笙 (楼主)
    2021-02-07 06:59

    If you are using bash from VSCode, should use:

    export JAVA_HOME=/c/Program\ Files/Java/jdk1.8.0_172

    You can use this in the terminal there.

提交回复
热议问题