- Download the latest Java 7 JDK from Oracle.
- If your computer is intel 32 bit, download jdk-7uXX-linux-i586.rpm
- If your computer is intel 64 bit, download jdk-7uXX-linux-x64.rpm
- Install the rpm:
sudo yum install jdk-7u*.rpm
- Run the following script to update the java alternatives to use the ones from the newly installed JDK 7:
- Add
export JAVA_HOME=/usr/java/latest
to /etc/bashrc
No comments:
Post a Comment