Question
How do I import Eclipse projects?
Answer
1. Go to File -> Import ...
2. Select Existing Projects into Workspace
3. Click Next
4. Click the radio button next to Select root directory and click the Browse button
5. Navigate to the root directory where you extracted the project zip file
6. Click Finish
---
Note: The system may give you an error about the Java Runtime Environment.
You can resolve this with the following steps.
1. Right-click your Project and select Properties ...
2. In the left hand menu, click Java Build Path
3. In the center of the dialog, click Libraries
4. In the list, select JRE System Library
5. Click the Edit button on right-hand side of this dialog
6. Select the radio button: Workspace default JRE
7. Click Finish
This will resolve the error.