In order to import the Java project in following Github repository : (https://github.com/drewhannay/paxos#setting-up-the-project-in-eclipse) and follow the steps as explained in the repository as follows:
Setting up the project in Eclipse:
- Click "New" in Eclipse
- Select "Java Project"
- Project Name: "Paxos"
- Uncheck "Use Default Location" and enter the path to this directory
- Click "Finish". Eclipse will set up the project correctly using the existing source code.
- Right click the project and click "Configure Build Path"
- Click "Add JARs..."
- Select the guava-13.0.1.jar file from the lib directory within the project
- You're done!
I have downloaded the .ZIP file of the project and extracted it in Eclipse workspace.
I do know what does it mean by saying "enter the path to this directory" . Which directory exactly?
