In Eclipse, convert Java Engineering to Web engineering

Source: Internet
Author: User

1. edit the project. Project file.

Add to

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

to the
< Natures > ...  </ Natures >

2. Refresh the project, right-click on the project –>properties->project Facets, Tick Java, JavaScript (not required) and dynamic Web Module on the right

3. If your project source code folder is not the WTP default SRC, you will need to add the corresponding source code folder to the Java Build path.

4. If your Project Web folder is not the default webcontent for WTP, you need to modify the file.

Open File: < Project catalogue >/.settings/org.eclipse.wst.common.component,

Found it

<deploy-path= "/"  source-path= "/webcontent"/>

and modify, such as

<deploy-path= "/"  source-path= "/webapp"/>

In Eclipse, convert Java Engineering to Web engineering

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.