fPserver requires java2 version 1.2 or better. This Readme details procedures for installing java2 on UnixWare7.1.1 only. 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_UW711.tar under Utilities. Download java2jre2_UW711.tar to the /mnt directory. java2jre2_UW711.tar contains: freefonts-2.0.pkg.gz (contains freefonts) java2jre2.tar.gz (contains java2 runtime files) -------------------------------------------------------------------------------- cd to the /java directory. Extract java2jre2_UW711.tar: tar xvf /mnt/java2jre2_UW711.tar gunzip the .gz files with gunzip *.gz To install freefonts-2.0.pkg: pkgadd -d /java/freefonts-2.0.pkg To install java2jre2.pkg pkgadd -d /java/java2jre2.pkg --------------------------------------------------------------------------------