How to open an existing project in Eclipse?

后端 未结 13 1329
轮回少年
轮回少年 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:35

    In case you closed multiple projects and trying to re-open all of them then in Windows->Show view-> Navigator

    0 讨论(0)
  • 2021-02-06 23:35

    In Eclipse, try Project > Open Project and select the projects to be opened.

    0 讨论(0)
  • 2021-02-06 23:35

    In case you closed multiple projects and trying to re-open all of them then in Project Explorer, select all projects. Go to Project -> Open Project.

    0 讨论(0)
  • 2021-02-06 23:37

    from Eclipse main gui: select "Window->Show View->Other->General->Project Explorer" Double-clicking on "Project Explorer" brings up the "Project Explorer" window which shows every project in your workspace. That worked for me.

    Good luck.

    0 讨论(0)
  • 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

    0 讨论(0)
  • 2021-02-06 23:41

    If you closed the project, you can open it again easily by going to the top bar (alt) > ͟Project > Open Project Top menu > Project > Open Project You will get a menu where you can open closed projects that can be preventing you from opening these projects through the File menu. The window that lets you open any closed projects after you go through the menu listed previously

    0 讨论(0)
提交回复
热议问题