在使用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.
解决方法:
1、在eclipse.ini文件中设置
-vm
C:\Program Files\Java\jdk1.6.0_21\jre\bin\javaw.exe
注意
2、
window-->preferences-->java-->Installed JREs:将路径设置成jre的路径

重启eclipse
本文介绍了在Eclipse中运行Maven install时遇到的错误及解决方法。错误提示为无法找到Java编译器的位置,请确保使用的是JDK1.4或更高版本,并非JRE。通过修改eclipse.ini文件及调整Java安装路径来解决问题。
432

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



