Eclipse中经常出现一个应用提示ErrorTarget runtime xxx is not defined
这个不影响应用,找到其配置文件删除相关配置即可解决此错误提示。
在项目.setting 文件夹的org.eclipse.wst.common.project.facet.core.xml中找到了相关配置 <runtime name="t6"/>,删除即可!
这个不影响应用,找到其配置文件删除相关配置即可解决此错误提示。
在项目.setting 文件夹的org.eclipse.wst.common.project.facet.core.xml中找到了相关配置 <runtime name="t6"/>,删除即可!