Maven build failed: “Unable to locate the Javac Compiler in: jre or jdk issue”

后端 未结 30 2036
长情又很酷
长情又很酷 2020-11-30 20:33

I have my JAVA_HOME set to:

C:\\Program Files (x86)\\Java\\jdk1.6.0_18

After I run maven ins

30条回答
  •  孤城傲影
    2020-11-30 21:11

    I would guess that the location of the compiler is defined in a POM for the compiler plugin to be in the JRE location displayed, instead of the JDK location you have JAVA_HOME pointing to.

提交回复
热议问题