How to open an existing project in Eclipse?

后端 未结 13 1331
轮回少年
轮回少年 2021-02-06 23:20

I have just created several project using Eclipse. Now restart Eclipse and want to see one of the projects. How can I do it?

I have tried File -> Import -> General -> Ex

13条回答
  •  逝去的感伤
    2021-02-06 23:40

    Just do like below, it helped me after doing like this.

    To load existing Eclipse projects in the IDE, you need to import them into the Eclipse workspace.

    1. Click File > Import > General
    2. Click Existing Projects into Workspace.
    3. You can edit the project directly in its original location or choose to create a copy of the project in the workspace.
    4. Select the directory that contains the projects you want to import.
    5. Click Finish. This imports the projects into the current workspace and loads them in the IDE.

    Look at this below link for reference. https://www.microfocus.com/documentation/enterprise-developer/ed30/Eclipse/GUID-773A19C7-98B2-442D-9D36-240E20E3F2CE.html

提交回复
热议问题