Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 788 Bytes

File metadata and controls

31 lines (21 loc) · 788 Bytes

Oh Hell Client

This repo holds the code for a Java client to my Oh Hell server.

It was developed using Intellij.

Build Instructions

Using maven, in the root directory, run:

mvn package

This 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

Install Instructions

Windows

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