Target runtime Apache Tomcat v6.0 is not defined.错误解决方法
2021-06-17 05:04
阅读:616
我们在用Eclipse导入一个新的项目时,假设我们使用JDK1.7和tomcat7时,导入的项目会在Eclipse的Marker下提示Target runtime Apache Tomcat v6.0 is not defined.的错误。解决方式是在你的项目下的.settings问价下找到org.eclipse.wst.common.project.facet.core.xml,打开例如以下:
faceted-project>
fixed facet="java"/>
fixed facet="wst.jsdt.web"/>
fixed facet="jst.web"/>
installed facet="java" version="1.6"/>
installed facet="jst.web" version="2.5"/>
installed facet="wst.jsdt.web" version="1.0"/>
faceted-project>
将runtime name=”Apache Tomcat v6.0”这行删掉或者凝视掉,又一次编译下刷新工程问题解决。
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Target runtime Apache Tomcat v6.0 is not defined.错误解决方法
文章链接:http://soscw.com/index.php/essay/94895.html
文章标题:Target runtime Apache Tomcat v6.0 is not defined.错误解决方法
文章链接:http://soscw.com/index.php/essay/94895.html
评论
亲,登录后才可以留言!