Solution to the error returned when Eclipse imports a web project created by MyEclipse, eclipsemyeclipse
Introduce the dynamic web project developed in myeclipse directly into eclipse for further development. Eclipse reports a project error, as shown in figure
The reason is very simple, because the default web resource root directory of the two compilers have different folder names, and the project path cannot be found, in this case, you only need to manually modify the name of the root directory folder for normal startup, as shown in the following process:
First, open Properties. If a dynamic web project is introduced as a common java project, you must first change it to a web project, such:
After confirming, you can see the dynamic web project in eclipse, and then right-click the project ---> Properties, for example, directly remove the original default root directory folder, click add (add a new folder name) next and select an existing folder.