码迷,mamicode.com
首页 > 其他好文 > 详细

运行 maven install的时候出现错误 not a jre

时间:2015-01-22 10:53:29      阅读:111      评论:0      收藏:0      [点我收藏+]

标签:

原文转自jingyan.baidu.com/article/c85b7a6464d8be003bac95fb.html

(linux下我直接执行第二步,错误解决)

在使用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

     

    注意要在eclipse.ini文件中-startup之前设置这一行

  2. window-->preferences-->java-->Installed JREs:将路径设置成jre的路径

    技术分享
  3. 重启eclipse

运行 maven install的时候出现错误 not a jre

标签:

原文地址:http://www.cnblogs.com/zhaochunhua/p/4240853.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!