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

2025-02-25 15:25:20
推荐回答(5个)
回答1:

  工具:

  eclipse

  方法如下:

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

  2. 选中Existing Project into Workspace,点击next

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

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

回答2:

以myeclipse为例:
File --> Import --> Existing Projects into Workspace -->next --> Browse -->(找到现有工程文件夹目录) --> Finish .

导入完成

回答3:

file-- import --existing project into workspace 选择web路径 , 导入

回答4:

1.右键选择import
2.选择 Existing Projects into Workspace
3.在 select root directory 选择你的代码路径
4.finish后会在Workspace中看到项目代码了

回答5:

跟myeclipse的步骤一样的,右击import,展开第一个选倒数第二个