You can check to see what version of Java you have by opening a terminal window on the server and entering:
If the "java" command is not recognized, then it might be installed but not in your path. On Unix machines, enter:java -version
You may see a Java JDK installed in that directory. If so then you can add the JDK's "bin" directory to your PATH.ls /usr/java
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:
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.http://java.sun.com/j2se/
Please follow the instructions on the Sun site for installing the server.
[Previous] [Top]
[Next]
[an error occurred while processing this directive]