Target runtime Apache Tomcat v7.0 is not defined.错误解决方法
在工程目录下的.settings文件夹里,打开org.eclipse.wst.common.project.facet.core.xml文件,其内容是:
<runtime name="Apache Tomcat v7.0"/> 修改成 <strong> <runtime name="Apache Tomcat v8.0"/>
在工程目录下的.settings文件夹里,打开org.eclipse.wst.common.project.facet.core.xml文件,其内容是:
<runtime name="Apache Tomcat v7.0"/> 修改成 <strong> <runtime name="Apache Tomcat v8.0"/>