Step one: Install JDK 1.7
You can transfer the most recent JDK here: http://www.oracle.com/technetwork/java/javase/downloads/index.html
We'll install the most recent JDK, that is JDK seven, Update 5. The JDK is restricted to thirty two and sixty four bit versions.
My CentOS box is sixty four bit, therefore i am going to need: jdk-7u9-linux-x64.tar.gz.
If you're on thirty two bit, you may need: jdk-7u9-linux-i586.tar.gz
Start by making a brand new directory /usr/java:
view plaincopy to clipboardprint?
[root@Desktop ~]# mkdir...