ChaSeR installation instructions for Linux

1. Download the ChaSeR installation files.

2. Most Linux machines already have Java installed. If you think your machine does not, download a version of J2SE (at least version 1.3.1) from Sun.

3. Create a directory called "chaser".

4. Move the following files from sr_install_other.zip into the directory:

   ocat_main.jar
   ocatbrowser.properties
   sr_main.jar
   jconn2.jar

   You will find these in the subdirectories soft/jConnect-5_2/classes and vobs/ASC_DB_WEB/src/db/www/sr/java-src after unzipping sr_install_other.zip.

5. Create a file called "chaser" containing the single line:

/usr/local/bin/java -cp /Downloads/chaser/jconn2.jar:/Downloads/chaser/ocat_main.jar:/Downloads/chaser/sr_main.jar sr_main /Downloads/chaser

   Replace "/Downloads/chaser" with whatever directory you stored the four files in, and replace "/usr/local/bin/java" with the full path to java.

6. Make the file executible ("chmod +x chaser"). Running this file will launch chaser.