- When we download any eclipse projects from web, follow below steps to import the same into eclipse:
- extract the downloaded archive into a location: for example: D:\examples\
- Now, the extracted version of the project looks like this: D:\exmaples\SpringMVCExample
- In Eclipse, Right click in Projects Explorer -> Import -> Existing Projects Into Workspace -> Browse -> D:\examples\ (enter)
- It will list 'SpringMVCExample' as a project for import