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

Posted 火星人华仔

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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解决方法!的主要内容,如果未能解决你的问题,请参考以下文章

IntelliJ IDEA 更新到2020 Cannot load a JDK class: com.sun.jdi.Field Please ensure you run the IDE on

Matlab解决使用Mex 报错There was a problem creating the mex file for Real Time Execution ,Please ensure y

github添加ssh key报错Key is invalid. Ensure you've copied the file correctly

提交到github报错Please tell me who you are

github 提交使用git commit,报错Please tell me who you are

Git---报错:git Please move or remove them before you can merge 解决方案