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

后端 未结 30 2005
长情又很酷
长情又很酷 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条回答
  •  萌比男神i
    2020-11-30 21:16

    Many other answers tell you to point your Eclipse to a JDK instead of a JRE.

    Here is another answer with more specific/clear [than I have seen in any answer here] step-by-steps on how to do that: How do you install JDK?

    That is what for solved me for this same problem.

提交回复
热议问题