在使用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,编辑此项,改成jdk路径即可(之前报错是jre路径),如下图

在eclipse中运行maven install时,出现无法定位Javac编译器的错误,提示需使用JDK 1.4及以上版本而非JRE,可通过设置JAVA_HOME环境变量解决。具体操作是在window的preferences里,将Installed JREs编辑为jdk路径。
437

被折叠的 条评论
为什么被折叠?



