Caauwe Family Website Family Connection
Website Setup, Java Runtime Environment (JRE)...
Follow the instructions below to install the Java Runtime Environment (JRE).  This software will allow you to run java application.  At the time of this writing, the file I downloaded was called 'jre-6u3-linux-i586.bin' - the current file available may be different version.
  1. Login the server as root.
  2. Ensure that the folder '/usr/lib/jvm/' is created - if necessary
    Type: mkdir /usr/lib/jvm
  3. Download the JRE Standard Edition (SE) from the SUN development website and put it in the '/usr/lib/jvm' folder.
  4. Type: cd /usr/lib/jvm
  5. Type: chown root ./jre-6u3-linux-586.bin
  6. Type: chgrp root ./jre-6u3-linux-586.bin
  7. Type: chmod a+x ./jre-6u3-linux-586.bin
  8. Type: ./jre-6u3-linux-586.bin
  9. When requested, type yes followed by enter - JRE will install.