您的位置:首页 > 编程语言 > Java开发

Maven: Unable to locate the Javac Compiler 解决办法

2015-09-05 16:09 495 查看
转载自: /article/10422967.html

在使用eclipse 运行 maven install的时候,出现这个错误:

[ERROR] Unable to locate the Javac Compiler in:

D:\Program Files\Java\jre6..\lib\tools.jar

Please ensure you are using JDK 1.4 or above and

not a JRE (the com.sun.tools.javac.Main class is required).

In most cases you can change the location of your Java

installation by setting the JAVA_HOME environment variable.

解决方法:

window–>preferences–>java–>Installed JREs:将路径设置成jre的路径



重启eclipse

我出现这问题的原因是Eclipse是从别处copy出来,而我的JDK安装目录跟别处的不一样,导致无法找到JDK的安装目录。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: