Eclipse changes Java Engineering into Web engineering __java engineering to Web Engineering

Source: Internet
Author: User
in Eclipse , there are two ways to modify Java engineering into Web engineering to modify Java Engineering in Eclipse into Web engineering:
1, directly modified under the project:. Project file in:
Add the following code to <natures>...</natures>:

<nature>org.eclipse.wst.common.project.facet.core.nature</nature>


2, click item: Right click: select properties--Enter Project Facets


3. If your project source code folder is not WTP default SRC, you need to go to Java build path to add the corresponding source code folder. 4. If your Project Web folder is not WTP default webcontent, you will need to modify the file. Open File: < project directory >/.settings/org.eclipse.wst.common.component, find: <wb-resource deploy-path= "/source-path="/ WebContent "tag=" Defaultrootsource "/>
The 4th step is to change the source-path= "/webcontent" to "/webapp" ********

Related Article

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.