maven项目在运行jetty时:Unable to locate the Javac Compiler

来源:互联网 发布:ls产电plc编程软件 编辑:程序博客网 时间:2024/05/30 04:13
在使用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:\jdk1.6.0_21\jre\bin\javaw.exe




注意
要在eclipse.ini文件中-startup之前设置这一行
2、
window-->preferences-->java-->Installed JREs:将路径设置成jre的路径








重启eclipse
原创粉丝点击