怎么在eclipse里引入一个现有的web工程

如题所述

  工具:

  eclipse

  方法如下:

    找到eclipse下file菜单找到import单击打开

    选中Existing Project into Workspace,点击next

    选择要导入的项目文件的路径(我们刚才放的位置)

    点击finish,就完成了项目的导入

温馨提示:内容为网友见解,仅供参考
第1个回答  2016-07-11
以myeclipse为例:
File --> Import --> Existing Projects into Workspace -->next --> Browse -->(找到现有工程文件夹目录) --> Finish .

导入完成
第2个回答  2016-05-02
file-- import --existing project into workspace 选择web路径 , 导入本回答被提问者采纳
第3个回答  2016-05-12
1.右键选择import
2.选择 Existing Projects into Workspace
3.在 select root directory 选择你的代码路径
4.finish后会在Workspace中看到项目代码了
第4个回答  2016-06-10
跟myeclipse的步骤一样的,右击import,展开第一个选倒数第二个
相似回答