MyEclipse2015 Javaweb project from SVN checked out into a Java project, clean can not be compiled after the solution is

Source: Internet
Author: User
The Javaweb project becomes a Java project from SVN Checkout, and the solution is:
1, the Project right button –properties–project Facets, tick the dynamic Web Module, Java two check box. Click OK.
2. Locate the. project file under the project path in your workspace, and add the following three lines to the <natures></natures> node:
<nature>com.genuitec.eclipse.ast.deploy.core.deploymentnature</nature>
<nature>com.genuitec.eclipse.j2eedt.core.webnature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
Changed to become this:
<natures>
<nature>com.genuitec.eclipse.ast.deploy.core.deploymentnature</nature>
<nature>com.genuitec.eclipse.j2eedt.core.webnature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures> if the dynamic Web Module is not checked, then the specified path error is the Webroot R of my project is lowercase-.-This specified default directory is uppercase R-. -Change Webroot to Webroot

MyEclipse2015 Javaweb project from SVN checked out into a Java project, clean can not be compiled after the solution is

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.