eclipse中切换jre后报错:Java compiler level does not match the version of the installed Java project facet.

项目移除原来的jre环境lib后,添加本地的jre,报错如下:

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

问题就出在切换了java版本上:
在项目的properties中,myeclipse->project facets->java version改成1.7
即可。

时间: 2024-10-31 21:49:34

eclipse中切换jre后报错:Java compiler level does not match the version of the installed Java project facet.的相关文章

改变Eclipse中java编译器版本出现错误:Java compiler level does not match the version of the installed Java project facet.

改变Eclipse中java编译器版本出现错误:Java compiler level does not match the version of the installed Java project facet. 错误原因:Project Facts中的Java版本设定与项目的Java版本设定不一致. 解决方案:在Eclipse环境中 1. 鼠标右键选择项目,点击Properties,选择Java Build Path查看或修改JRE System Library的jre或jdk的版本. 2.

eclipse中,项目有红叉之-Java compiler level does not match the version of the installed Java project facet.

1.Java compiler level does not match the version of the installed Java project facet,意思是jdk版本和project facet版本不一致 2.解决Java Compiler和Project facets的版本需一致

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

从同事那里拷贝过来的web项目,导入到eclipse中,出现Java compiler level does not match the version of the installed Java project facet 问题. 如图所示: 其实要解决也很简单,在资源管理器下,找到项目所在的目录,在.settings子目录里面,用文本编辑器打开org.eclipse.wst.common.project.facet.core.xml配置文件,如图所示: 修改红色画线部分,让它与项目的编译器版

解决java compiler level does not match the version of the installed java project facet【转载】

原博文地址http://blog.csdn.net/chszs/article/details/8125828 Java compiler level does not match the version of the installed java project facet错误的解决 因工作的关系,Eclipse开发的Java项目拷来拷去,有时候会报一个很奇怪的错误.明明源码一模一样,为什么项目复制到另一台机器上,就会报"java compiler level does not match t

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错误的解决 因工作的关系,Eclipse开发的Java项目拷来拷去,有时候会报一个很奇怪的错误.明明源码一模一样,为什么项目复制到另一台机器上,就会报“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错误的解决

Javacompiler level does not match the version of the installed Java project facet错误的解决 因工作的关系,Eclipse开发的Java项目拷来拷去,有时候会报一个很奇怪的错误.明明源码一模一样,为什么项目复制到另一台机器上,就会报"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问题处理

从SVN上下载应用后在Problems面板中提示以下错误信息: Java compiler level does not match the version of the installed Java project facet 我的Java编译级别和项目设置的编译级别不匹配导致的错误信息. 百度发现,可以通过修改项目目录下的"\.settings\org.eclipse.wst.common.project.facet.core.xml"文件解决该问题. 将org.eclipse.w

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 fac 问题一: 问:项目图标报错,Problems 试图有一条错误显示“Java compiler level does not match the version of the installed Java project facet.” . 答:这个是因为Facted Project 中的Java 版本设定与项目的Java 版本设定不一致

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

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