1. 程式人生 > >MyEclipse報錯:Target runtime Apache Tomcat 7.0 is not defined

MyEclipse報錯:Target runtime Apache Tomcat 7.0 is not defined

Target runtime Apache Tomcat 7.0 is not defined

匯入以前的專案(Markers中注意檢視,就在console選項卡旁邊),報以下錯誤,但不影響操作:

Target runtime Apache Tomcat v7.0 is not defined. 

解決辦法:

在工作臺目錄下找到 專案的資料夾 /.settings/org.eclipse.wst.common.project.facet.core.xml

開啟後,顯示

<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
  <runtime name="Apache Tomcat v7.0"/> 
  <fixed facet="wst.jsdt.web"/>
  <installed facet="java" version="1.7"/>
  <installed facet="jst.web" version="3.0"/>
  <installed facet="wst.jsdt.web" version="1.0"/>
</faceted-project>
<runtime name="Apache Tomcat v7.0"/>刪除,儲存即可解決。