fPserver requires java2 version 1.2 or better.  This Readme details procedures
for installing java2 on OSR5.0.2, OSR5.0.4, OSR5.0.5 and OSR5.0.6.

If you are using the fPserver CD then mount the CD using the instructions
that you received with the CD.

If you downloaded fPserver.gz off of the web site then the files you will
need to install java2 are in java2jre2_OSR5.gz under Utilities.
Download java2jre2_OSR5.gz to the /mnt directory.

java2jre2_OSR5.gz contains:

    OSRcompat711.pkg            (Open Server UnixWare Compatibility Module)
    java2jre2.pkg               (contains java2 runtime files)

--------------------------------------------------------------------------------

cd to the /java directory.

Extract java2jre2_OSR5.tar:     tar xvf /mnt/java2jre2_OSR5.tar

gunzip the files:               gunzip *.gz

IMPORTANT:  Un-install any previous version of UDK Compatibility
Software before installing OSRcompat711.  

Install OSRcompat.711.pkg:      pkgadd -d /java/OSRcompat.711.pkg

Install java2jre2.pkg:          pkgadd -d /java/java2jre2.pkg

--------------------------------------------------------------------------------