导入项目报红叉代码没错 import导入工程时出现error:Description Resource Path Location Type Target runtime com.genuitec.runtime.gener

eclipse把一个workspace里的项目导入另一个workspace时,项目提示error:

 

 

 

描述资源路径位置类型目标运行时com.genuitec.runtime.generic.jee60未定义,原因:项目部署的Tomcat错误。

 

 


解决方法1:
在该工程目录下的settings文件里,打开org.eclipse.wst.common.project.facet.core.xml文件,把<runtimename="com.genuitec.runtime.generic.jee60" />,这句话删除,重新import即可。

 

 

 

 

 

 

 

 

 

posted @ 2020-03-11 22:56  当当小丸子  阅读(2734)  评论(0)    收藏  举报