MyEclipse Project converted to WTP project

Source: Internet
Author: User

MyEclipse Project converted to WTP project

Myeclipseeclipsejavascriptwebblog
Other colleagues in the company use MyEclipse, but I bought a new MacOS system to build myeclipse environment is very troublesome (Myeclipseide website to kick the Chinese IP early), have to turn *, to crack, to make the development environment more complex, So he had to find a way to transfer myeclipse to the WTP.

Originally from: http://blog.shoopman.org/2009/08/20/convert-myeclipse-project-to-wtp-project.html

1. Edit the. project file, add in
Org.eclipse.wst.common.project.facet.core.nature
Org.eclipse.wst.common.modulecore.ModuleCoreNature
Org.eclipse.jem.workbench.JavaEMFNature
Join at node

<buildCommand> <name>org.eclipse.wst.common.project.facet.core.builder</name> <arguments ></arguments> </buildCommand> <buildCommand> <name> Org.eclipse.wst.validation.validationbuilder</name> <arguments></arguments> </buildcommand >

2. Refresh the project

3. Right-click on the project –>properties->project Facets, tick Java, JavaScript Toolkit (not required) and dynamic Web Module on the right

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

5. If your Project Web folder is not the default webcontent for WTP, you will need the file files < project directory >/.settings/org.eclipse.wst.common.component to find

and modify


MyEclipse Project converted to WTP project

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.