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

Maven报错Please ensure you are using JDK 1.4 or above and not a JRE解决方法!

时间:2016-12-12 11:35:35      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:知识   figure   add   conf   block   目录   cat   nbsp   ref   

在eclipse下用maven编译时,很有可能出现以下错误:

Please ensure you are using JDK 1.4 or above and
not a JRE (the com.sun.tools.javac.Main class is required).

// 请确保您使用的是JDK 1.4或以上版本

不是一个JRE(com.sun.tools.javac。主类是必需的)。//

原因:eclipse默认是使用jre作为运行环境,而maven编译需要jdk作为运行环境。

我们只要做如下更改即可。

在eclipse中打开,

window -> preferences -> Java -> installed jres,点击add->选择Standard VM,新加一个环境,设为默认环境,注意location选择为你的jdk目录。

技术分享

然后再去编译你的项目,就OK了。

技术分享

如果还是不行,就在你的项目上右击,build path -> configure build path,编辑JRE System Library,选择刚才新建的默认环境

技术分享

再去编译即可。

 

Maven报错Please ensure you are using JDK 1.4 or above and not a JRE解决方法!

标签:知识   figure   add   conf   block   目录   cat   nbsp   ref   

原文地址:http://www.cnblogs.com/shihua513/p/6163682.html

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