[an error occurred while processing this directive]

Java Virtual Machine

The TransJam Server can run on any machine that supports Java 1.3 or higher.

You can check to see what version of Java you have by opening a terminal window on the server and entering:

java -version
If the "java" command is not recognized, then it might be installed but not in your path. On Unix machines, enter:
ls /usr/java
You may see a Java JDK installed in that directory. If so then you can add the JDK's "bin" directory to your PATH.

If you do not have version 1.3 or higher, then you will need to download and install the Java JRE from Sun. You can get Java for various machines here:

http://java.sun.com/j2se/
You only need the Java Runtime Environment (JRE) to run the TransJam server. The Java Development Kit (JDK) is required if you want to compile new Java programs on that computer.

Please follow the instructions on the Sun site for installing the server.

[Previous] [Top] [Next]
[an error occurred while processing this directive]