首页 > 代码库 > Maven报错Please ensure you are using JDK 1.4 or above and not a JRE解决方法!
Maven报错Please ensure you are using JDK 1.4 or above and not a JRE解决方法!
在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解决方法!
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。