在Markers窗口上顯示Faceted Project Problem 錯誤,如圖:html
這時候,解決方法以下:在項目上右鍵,選擇Properties-->Targeted Runtimes ,將 其中的jdk1.6.0_22的設置爲不勾選。eclipse
效果以下圖,而後點擊肯定,問題解決,項目不在報錯。spa
經查閱資料,找到其餘解決方法:xml
參考地址:http://www.myexception.cn/mobile/592366.htmlhtm
target runtime **** is not defined
Eclipse中常常出現一個應用提示ErrorTarget runtime xxx is not defined
這個不影響應用,找到其配置文件刪除相關配置便可解決此錯誤提示。
在項目.setting 文件夾的org.eclipse.wst.common.project.facet.core.xml中找到了相關配置 <runtime name="jdk1.6.0_22"/>,刪除便可!ip