Project resolution not recognized
Project FAC e ts under Eclipse, right-click Projects Properties
Select the Dynamic Web module to select a later version of 2.5 (running environment is TOMCAT6, if 3.0 is selected, the runtime environment is TOMCAT7)
and select Java
In addition, if the project does not run correctly when you publish it, click Modify
Find Project Path
For example, my project is in the D-Disk folder product Directory
D:\Product\.settings\org.eclipse.wst.common.component
There's a sentence inside.
<wb-resource deploy-path= "/" source-path= "/webcontent"/>
Change the back webcontent to
<wb-resource deploy-path= "/" source-path= "/webroot"/>
If not, create a new Eclipse Web project. Then you copy and paste the settings. Classpath. Project into the past.
Modify the project name inside the. Project and reset the bulidpath->libraies and source
Java Web projects developed by MyEclipse are not recognized in eclipse