Skip to content

pacman128/oh_hell_java_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Java based Oh Hell client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages