程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> JAVA編程 >> JAVA綜合教程 >> java compiler level does not match the version of the installed java project facet,compilerfacet

java compiler level does not match the version of the installed java project facet,compilerfacet

編輯:JAVA綜合教程

java compiler level does not match the version of the installed java project facet,compilerfacet


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.facet.core.xml配置文件,如圖所示:

修改紅色畫線部分,讓它與項目的編譯器版本設置保持一致即可。

要查看項目的編譯器版本設置,在Eclipse環境中,鼠標右鍵選擇項目,點擊Properties,選擇Java Compiler,可以在窗口右邊看到編譯器版本,如圖所示:

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved