Install Sun Java JRE/JDK

  • Download Sun JDK
  • Download the Sun JDK from Sun Web site

    Select the RPM file

  • Install the JDK
  • chmod a+x .bin
    ./.bin
    

    When using the RPM install, the files are installed in /usr/java

  • Configure the alternatives configuration
  • alternatives --install /usr/bin/java java /usr/java/jdk1.6.0_07/jre/bin/java 100 --slave /usr/bin/keytool keytool /usr/java/jdk1.6.0_07/jre/bin/keytool  --slave /usr/bin/rmiregistry rmiregistry /usr/java/jdk1.6.0_07/jre/bin/rmiregistry
    

    Select the JVM

    alternatives --config java