Installing Java 1.6 on CentOS 6
Java 1.5 is the default Java version you get when you ask yum to install it on CentOS. However, several applications need 1.6 in order to run. Just follow the next steps to install it.
Remove Java 1.5
1yum remove java-1.5-*
Install the rpmforge …