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
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.