Description Resource Path Location Type Java compiler level does not match the version of the instal

有时,我们导入别人的项目的时候,会发现JDK没有,于是便手动加入JDK,但是会发生这个错误:Description Resource Path Location Type Java compiler level does not match the version of the instal。这是由于在开发那个项目的时候,锁定了使用其他版本的JDK,但是你的编辑器没有相对应的JDK便会报这个错误。

解决方法:

右键项目-->Properties-->然后如图

Description Resource Path Location Type Java compiler level does not match the version of the instal_第1张图片

在黄框中选取你所加入的JDK相对应的版本即可。

你可能感兴趣的:(jdk,MyEclipse,版本)