I use the Eclipse IDE to import a correct project engineering, some XML configuration files and JSP page error, click to see the specific error, the XML file is some header file error, JSP is a number of functions and so on. But others import no error.
This is because we write these files are not strictly in accordance with the rules of the Java EE written, but the operation will not be wrong, as long as we do not let the project configuration select these.
Workaround:
Step One: Project Explorer (If you don't have this window on the Eclipse toolbar->window->show View->project Explorer), select a inverted triangle flag, Customize view (1)->content tab, please remove some of the Java EE and the last option (see Figure 2-available Custommizations).
Figure 1
Figure 2
Step Two: Eclipse toolbar->window->prefernces->validation-> Click the "Disable All" button->ok/apply ()
The third step: then clean the project after the re-build.
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Eclipse-eclispe XML and other file errors after importing correct project