Eclipse------导入项目后出现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

解决方法:

1.点击工具栏上的“Window” -》“Preferences”-》“Java”-》“Compiler”-》选择高版本jdk

2.右键项目-》“Properties”-》“Java Compiler”-》选择高版本jdk

3.右键项目-》“Properties”-》“Project facts”-》选择高版本jdk

转载:https://jingyan.baidu.com/article/95c9d20da3ec5fec4e756186.html

原文地址:https://www.cnblogs.com/tianhengblogs/p/9297341.html

时间: 2024-11-08 09:10:28

Eclipse------导入项目后出现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编译器与项目使用的不一样.那么下面介绍下如何处理这个问题. 处理方法: 第一步: 项目邮件---->Properties---->Java Compiler,然后按照如图所示操作,然后Apply或者OK. 第二步:

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的版本需一致

改变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中切换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 即可.

maven项目 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”错误呢? 如图所示: 其实要解决也很简单,在资源管理器下,找到项目所在的目录,在.settings子目录里面,用文本编辑器打开org.eclipse.wst.common.project.fac

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 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.(转)

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

Java compiler level does not match the version of the installed Java project facet 的解决方案

今天将MyEclipse升级到 10 后,打开原来的工作空间,原来所有的项目都前面都显示了一个小叉叉,代码中却没有任何错误.于从 problems 视图中查看错误信息,错误信息的“Description”显示:Java compiler level does not match the version of the installed Java project facet.之前没有碰到过这个错误,于是 google 了一番,果不其然,很多人都碰到了同样的问题,解决方案有如下两种:方案1. 在项目