This repo holds the code for a Java client to my Oh Hell server.
It was developed using Intellij.
Using maven, in the root directory, run:
mvn packageThis will create two jar files in the target directory: oh_hell_java_client-1.0.jar and oh_hell_java_client-1.0-jar-with-dependencies.jar
From the Oracle download page, download the Windows JDK x64 installer. The latest JRE will NOT work.
Run the installer.
The JDK will be installed to C:\Program Files\java\SDK-version.
To run the client, use the following command:
path_to_JDK\bin\java -jar path_to_jar