Java™ Environment
Both the Augur server and client software run via Java to support the widest variety of operating systems, including mixed environments.
Augur Server
The 'java' command must be executable from the Augur server's shell. This is automatic on Macs. For Windows, this is automatic once you install Java. For Unix-based systems you may have to create a soft-link for the java command at $AUGUR_HOME/bin/ or you can set the JAVA_HOME environmental variable for Augur's user account; point it to Java's home directory. You can get the free Java Runtime Environment here: http://java.com/
Augur Client
For Windows and Unix/Linux clients, you can get the free Java Runtime Environment here: http://java.com/
Java Vendor
Macs should use the Java implementation supplied by Apple. All other platforms should use the Java implementation supplied by Oracle (formerly Sun). (There are known problems with the IBM version of Java on Linux, and other vendor implementations have not been tested.)
Java Version
The Augur server and clients require at least Java 5 (also called 1.5). However, the lastest version, Java 6, is recommended.
64-bit Java
For 64-bit server operating systems, you may wish to install a 64-bit implementation of Java if available. This is fine for the server, but if you also want to run the Augur client on the same machine, then you must install the 32-bit version of Java first, followed by the 64-bit version on top of it. This is because only the 32-bit package provided by Oracle (Sun) contains the Java Web Start technology that launches the Augur client.
|