Downloads


Download Binaries:

Jerc - Version 0.9c
Jerc Server - Version 0.1

Download Source:

Client Source - Version 0.9c
Client Compile Batch File
Client Run Batch File

Server Source - Version 0.1

External Programs

Java Runtime Environment 1.5
Java Development Kit 1.5

For Running Jerc:

Before running Jerc, make sure that you have the 1.5 release of the Java Virtual Machine. If you do not currently have Java installed, follow the above link to download the most recent JRE. On that page, choose the 3rd option from the top ( 4th if you count the twin, horizontal options as two ) to download the program, and choose your operating system. The JVM allows any operating system to run Jerc.

After making sure you have the JVM running on your computer, download Jerc to your computer and double click the .jar file like you would any .exe file. Note that Jerc will automatically create files and folders - it is advised to place Jerc into it's own folder. If you have issues involving WinRAR or any other file compressing program, be sure to unregister the .jar extension with that program.

For Compiling Jerc:

Before attempting to compile Jerc, make sure that you have the 1.5 release of the Java Development Kit. After installing this kit, be sure to set the PATH and CLASSPATH environment variables in Windows (if you are using Windows) to something such as the following, modified to your setup:

PATH: C:/Program Files/Java/jdk1.50_06/bin;
CLASSPATH: .

Extract the server or the client source into a source/ folder in the directory you are compiling in. You can then use the compile.bat and run.bat command line batch files to easily compile or run the program, after making whatever changes to the source code you wish to make. The directory in which the compile.bat and run.bat files should contain source/rawr/jerc/*.java and source/rawr/jercserver/*.java paths in which the source files are located. The class files will be places, using the compile.bat tool, in a class directory on the root level.