首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

MyEclipse web项目怎么导入到Eclipse

2013-10-05 
MyEclipse web项目如何导入到Eclipse原文:http://home.51.com/chenyun135/diary/item/10052717.html1.请首

MyEclipse web项目如何导入到Eclipse
原文:http://home.51.com/chenyun135/diary/item/10052717.html
1.请首先确保你的eclipse是javaee版本的,或者已经安装看wtp插件

2.然后修改eclipse工程下的.project文件:

3.在<natures></natures>中加入
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
    <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
    <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
4.在<buildSpec></buildSpec>中加入 
<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>
5.刷新项目,项目->右击->Properties->Project Facets->Modify Project,选择Java和Dynamic Web Module
配置Context Root 和Content Directory 以及源码路径

热点排行