Solve the problem of creating a WebContent folder in the myeclipse project. Open the folder in myeclipse.

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.