Chindi Documentation
Installing The Client
Installing the Chindi client is easy. Just unzip to a directory of your choice,
and then run it by executing the script appropriate to your system.
Chindi needs a Java Runtime Environment (JRE) of at least version 1.1. Most Windows
systems already has a 1.1 JRE installed, but on Linux/UNIX systems this is often not the case.
The JRE can be found at Sun Microsystems website.
There have been great performance increases in the 1.3 JRE, so if you do not have it we
recommend that you upgrade. Proceed to Getting Started With The Chindi Client.
Troubleshooting
If you run the script and get an errormessage saying "Unknown file or command", your java
executable is probably not in your path. Either put the JRE bin directory (in Windows
this would probably be "c:\program files\JavaSoft\...\bin") in your path or modify the
script to point to the executable.
If you get an errormessage saying "...Class Not Found..." your CLASSPATH environment variable
probably does not point to the JRE API package. Make sure to include (path-to-JRE)/lib/(???).jar is
in your classpath.