If GNU Java was installed on a CentOS box and you plan not to remove it
- Install the JDK/JRE from Sun
- Change the alternatives config
- alternatives --install /usr/bin/java java /usr/j2se/jdk1.5.0_16/bin/java 2
- alternatives --config (choose option 2)
If GNU Java was installed on a CentOS box and you plan not to remove it