If you want to run Java programs, you must install Java Runtime. You have three options for installing Java.
- Installing Gnu Java Compiler (gcj)
Log into your slice
Type: sudo yum -y install java -<version number>
- Installing Open Source Java
Log into your slice
Type: sudu yum -y install java -<version number>
- Installing Sun Java
- Download a JRE from Sun Java
- Copy the file jre-linux-i586-rpm.bin.sh to your slice using scp
Type: scp jre--linux-i586-rpm-.bin.sh slicename@node
- Read the installation notes
You will probably want to run most of these commands as root using sudo.
To make a directory called /usr/java:
sudo mkdir/usr/java
To make the package you downloaded executable:
chmod a+x jre-linux-i586-rpm.bin jre-6u-linux-i586-rpm.bin
To make the package you downloaded executable. There should be a call to ./jre-linux-i586-rpm.bin jre-6u-linux-i586-rpm.bin:
sudo mv ./jre-6u-linux-i586.rpm/usr/java
To change directory to /usr/java:
cd/usr/java
As root, run the package to perform the final installation:
sudo rpm-iv ./jre-6u-linux-i586.rpm