eclipse外部导入Javaweb项目时,项目上出现红叉的一个可能的解决办法


解决办法:http://blog.csdn.net/qq_32671287/article/details/52467885

进入项目包下的.settings目录,找到org.eclipse.wst.common.project.facet.core.xml文件,修改runtime name="Apache Tomcat v8.0"为你的tomcat版本。

如runtime name="Apache Tomcat v7.0"。