Development done in Java 7.
$ git clone git@github.com:CaptOkie/networking-assignment.git
- File > New > Other...
- Java Project > Next
- Uncheck Use default location
- Select Browse...
- Navigate to where the repository was cloned
- Select networking-assignment/common/
- OK > Next > Finish
- Repeat 1 - 7 for networking-assignment/client and networking-assignment/server
- Right Click on the client project
- Select Properties
- Java Build Path > Projects > Add...
- Select common
- OK > OK
- Repeat 1 - 5 for the server project