1. 程式人生 > >Java compiler level does not match the version of the instal project facet

Java compiler level does not match the version of the instal project facet

問題:

       Java compiler level does not match the version of the instal java project facet

解決方案:2種

        1.我的問題是jdk和Tomcat版本不對應,1.8對應8.0......

        下圖中Project Facets中java的下拉列中選擇版本和右邊的Runtimes中選擇對應的版本。

    以上解決方案可能還是顯示同樣錯誤,這是就要檢視下圖中java Compiler中劃紅線部分版本是否一致!

        2 還有一種方法:

                           在資源管理器下,找到專案所在的目錄,在.settings子目錄裡面,用文字編輯器開啟                     org.eclipse.wst.common.project.facet.core.xml配置檔案,如圖所示:

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