今天用Eclipse时报这个错误: Java compiler level does not match the version of the installed Java project facet. 以前没有碰到过,花了半个多小时才搞定,现把解决办法记下来,免得下次再遇 ...
修改了编译级别之后出现如下错误提示: Description ResourcePath LocationType Java compiler level does not match the version of the installed Java project facet.SSJ UnknownFaceted Project Problem Java Version Mismatch 只要在 ...
2014-12-10 10:28 0 3947 推荐指数:
今天用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.这个问题,因为当时没怎么管,网上找了个解决方法之后就没再去理会,学习了一段前端之后,再回来重新用MyEclipse ...
level does not match the version of the instal 问题 ...
project 编译问题,需要三处的jdk版本要保持一致,才能编译通过。 1、在项目上右键properties->project Facets->修改右侧的version 保持一致 2、window->preferences->java ...
Properties-》Project Facets,在打开的Project Facets页面中的Java下拉列表中,选择相应版本。有可能是java1.6 改成java6之类的 ...
从别的地方导入一个项目的时候,经常会遇到eclipse/Myeclipse报Description Resource Path Location Type Java compiler level does not match the version of the installed Java ...
背景:工作中导入以前的项目,导出报Java compiler level does not match the versionof the installed Java project facet。 从别的地方导入一个项目的时候,经常会遇到eclipse/Myeclipse报 ...
背景 从别处Import一个Java project之后,Eclipse提示“Project facet Java version 1.8 is not supported”。 分析 从错误的描述来看,应该是JDK的版本不匹配所致。 解决方案 选中项目->右键 ...