今天用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的版本不匹配所致。 解決方案 選中項目->右鍵 ...