How to open an existing project in Eclipse?

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

    If it's a maven project, go to file>import>maven project >existing maven project, then browse for the folder that contains the project, select folder then click finish. That worked for me

提交回复
热议问题