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