Thursday 28 April 2016

Opening / Importing an existing project in Eclipse

Sometimes, we might be get confused, how to open an existing project in Eclipse?

Here we go.

1. Open Eclipse, Navigate to File - > Import


2. Select 'Existing Project into work space' under General category.




If your project is maven project, please select 'Existing maven projects' under maven



3. Select your toot directory. ( This is Parents Folder of your project )


4. Here is how it looks like.



That's all.