Description Resource Path Location Type Target runtime com.genuitec.runtime.generic.jee60 is not def

1、import以前的项目(problems中注意查看,),报以下错误,但不影响操作:
Description Resource Path Location Type Target runtime com.genuitec.runtime.generic.jee60 is not defined
Description Resource Path Location Type Target runtime com.genuitec.runtime.generic.jee60 is not def_第1张图片

2.solution
找到工程目录下的.settings下的org.eclipse.wst.common.project.facet.core.xml
打开这个xml文件,内容如下:


<faceted-project>
  <runtime name="com.genuitec.runtime.generic.jee60"/>
  <fixed facet="java"/>
  <fixed facet="wst.jsdt.web"/>
  <fixed facet="jst.web"/>
  <installed facet="java" version="1.6"/>
  <installed facet="jst.web" version="3.0"/>
  <installed facet="jst.web.jstl" version="1.2.1"/>
  <installed facet="wst.jsdt.web" version="1.0"/>
faceted-project>

标签删除,保存文件之后。
在Myeclipse中右击项目,选择Refresh即可解决

你可能感兴趣的:(异常)