Maven generates this project. I updated JUnit to 4.12 from 4.11 I also added maven-compiler-plugin to support Java 1.8.
To run tests:
mvn clean test
mvn clean package
jar -tf target/my-app-1.0-SNAPSHOT.jar
java -cp target/my-app-1.0-SNAPSHOT.jar edu.harrisburgu.cisc525.app.Main JohnnyThe output should be, Hello, Johnny from xxx.xxx.xxx.xxx/xxxx@some-hostname