- Java 1.8
- Export as a JAR (in this example, the file is named yahtzee.jar).
- Navigate to the directory where the JAR was saved.
- Run these commands (replace 8002 with your desired port number):
java -cp yahtzee.jar com.yahtzee.core.Server 8002
java -cp yahtzee.jar com.yahtzee.core.Client localhost 8002
Instructions assume use of Eclipse IDE.
- Right Click on RunCucumberTest.java
- Run As > JUnit Test
- Profit!