Target runtime Apache Tomcat 6.0 is not defined solutions (turn)

Problem Description:

After the eclipse project import Target runtime Apache Tomcat v6.0 is not defined ...

After you download the latest version of the eclipse, to import the previous project, reported the following error, but does not affect the operation:

Description Resource Path Location Type
Target runtime Apache Tomcat v6.0 is not defined. lfpms   Unknown Faceted Project Problem

 

Problem Solution:

Find their own projects operating at table directory folder /.settings/org.eclipse.wst.common.project.facet.core.xml

After opening the display:

<?xml version="1.0" encoding="UTF-8"?>

<faceted-project>

<runtime name="Apache Tomcat v6.0"/>

<fixed facet="jst.web"/>

<fixed facet="wst.jsdt.web"/>

<fixed facet="Java"/>

<installed facet="java" version="1.6"/>

<installed facet="jst.web" version="2.5"/>

<installed facet="wst.jsdt.web" version="1.0"/>

</faceted-project>

 

The <runtime name = "Apache Tomcat v6.0" /> delete, save can be solved.

If not resolved, then we can re-clean project, or restart eclipse. Red cross can disappear.

Guess you like

Origin www.cnblogs.com/lqs649646508/p/11617865.html