Java compiler level does not match解决方法

Posted

tags:

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

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

以上是关于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错误的解决