How to open an existing project in Eclipse?

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

    If you are trying to import non maven project into eclipse follow the below steps, it worked for me.

    first clone project into your machine and follow the below steps to import in eclipse.

    Project Explorer -> import -> Git -> Projects from git -> Existing Local repository -> Add -> select project root directory -> (check box) import as general project -> next -> finish

    Thanks.

提交回复
热议问题