问题描述:使用MyEclipse导入项目时,项目名称出现红色叉叉,报错Description Resource Path Location Type Java compiler level does not match the version of,原因是jdk版本不一致。

解决方法:
1、在项目上右键properties->MyEclipse->project Facets->java 修改version保持一致,我自己使用的是1.6版本
Description Resource Path Location Type Java compiler level does not match the version of解决办法
2.window->preferences->java->Compiler->设置右侧的Compiler compliance level为1.6,点击apply->OK完成
Description Resource Path Location Type Java compiler level does not match the version of解决办法
3、window->preferences->java->Installed JREs->选择1.6Description Resource Path Location Type Java compiler level does not match the version of解决办法
ok解决。

相关文章:

  • 2022-01-08
  • 2021-09-13
  • 2021-08-04
  • 2021-10-26
  • 2021-06-08
  • 2021-10-23
  • 2021-07-06
  • 2022-02-20
猜你喜欢
  • 2021-11-12
  • 2021-08-31
  • 2022-12-23
  • 2021-06-03
  • 2021-06-26
  • 2021-06-16
  • 2022-12-23
相关资源
相似解决方案