Solve the problem of creating a WebContent folder in the myeclipse project. Open the folder in myeclipse.
Because the project is imported through svn, more WebContent folders are displayed in the project. Before that, the normal WebRoot folder is used. After this WebContent is deleted, it will be displayed on its own.
Until I found a blog: http://blog.sina.cn/dpool/blog/s/blog_525960510100jo0j.html? Vt = 4
Search
1. Bring up the Navigator window
2. Shortcut Key: global search Ctrl + H
3. File Search
The. classpath and org. eclipse. wst. common. component files containWebContentKeywords
The. classpath file contains
<Classpathentry kind = "output" path = "WebContent/WebRoot/WEB-INF/classes"/>
The org. eclipse. wst. common. component file contains:
<Property name = "java-output-path" value = "/paysys/WebContent/WebRoot/WEB-INF/classes"/>
Delete the yellow background.