Eclipse IDE导入MyEclipse工程

[*]将MyEclipse项目导入Eclipse
[*]在项目所在的workspace内修改引入项目目录下的.project文件,修改如下
增加


org.eclipse.wst.validation.validationbuilder





修改为:


org.eclipse.wst.common.project.facet.core.nature
org.eclipse.wst.common.modulecore.ModuleCoreNature
org.eclipse.jem.workbench.JavaEMFNature


[*]刷新工程文件。在工程Properties——>选择Project Facets,勾选Dynamic Web Module,版本为2.5并勾选Java。

[*]然后进入工程目录,修改.settings的目录下文件org.eclipse.wst.common.component


你可能感兴趣的:(Eclipse)