在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