Java compiler level does not match解决方法

Posted DarJeely

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Java compiler level does not match解决方法相关的知识,希望对你有一定的参考价值。

从别的地方导入一个项目的时候,经常会遇到eclipse/Myeclipse报Description  Resource Path Location Type Java compiler level does not match the version of the installed Java project facet.出现这个问题的原因是因为,eclipse/myeclipse的jdk编译版本与出现问题的项目JDK编译版本不一致所导致!

技术分享

工具/原料

  • eclipse/MyEclipse

方法/步骤

  1. 先设置好jdk,需要确定 项目,eclipse/myeclipse,系统 用的是同一个版本的JDK,我系统中安装的JDK是1.7,所以我把eclipse的jdk成1.7

    技术分享

  2. 进入 windows---proferences---java--compiler设置编译出来的文件使用的格式是 1.7版本的 (设置成多少都行,只要兼容,并且与你项目的编译版本一直就可以,我这里统一设置成1.7)

    技术分享

  3. 进入项目--properties---java Compiler 把项目编译版本也设置成 1.7

    技术分享

  4. 进入项目--properties---Myeclipse---project Facets设置java文件的版本为 1.7

    技术分享

  5. 到此,完成配置,如果还有没解决的,可以留言给我哟!

以上是关于Java compiler level does not match解决方法的主要内容,如果未能解决你的问题,请参考以下文章

Java compiler level does not match the version of the installed

Java compiler level does not match the version of the installed Java project fac

Java compiler level does not match the version of the installed Java project facet.

java compiler level does not match the version of the installed java project

解决java compiler level does not match the version of the installed java project facet

Java compiler level does not match the version of the installed java project facet错误的解决