How to open an existing project in Eclipse?

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

    From the main menu bar, select command link File > Import.... The Import wizard opens.
    Select General > Existing Project into Workspace and click Next.
    Choose either Select root directory or Select archive file and click the associated Browse to locate the directory or file containing the projects.
    Under Projects select the project or projects which you would like to import.
    Click Finish to start the import.
    

提交回复
热议问题