在使用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.
解决: installed jres: 增加jdk home的路径
jre home: E:\Program Files\Java\jdk1.8.0_25
参考http://blog.youkuaiyun.com/longxia1987/article/details/7513103 评论.