|
|
| 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. |
- Login the server as root.
- Ensure that the folder '/usr/lib/jvm/' is created - if necessary
Type: mkdir /usr/lib/jvm
- Download the JRE Standard Edition (SE) from the SUN development website and put it in the
'/usr/lib/jvm' folder.
- Type: cd /usr/lib/jvm
- Type: chown root ./jre-6u3-linux-586.bin
- Type: chgrp root ./jre-6u3-linux-586.bin
- Type: chmod a+x ./jre-6u3-linux-586.bin
- Type: ./jre-6u3-linux-586.bin
- When requested, type yes followed by enter - JRE will install.
|
|