I wanted to know how you install java on a laptop with ubuntu 14.04?
https://help.ubuntu.com/community/Java
sudo apt-get install openjdk-7-jre
If you require the JDK
sudo apt-get install openjdk-7-jdk
I tend to stay away from the oracle version but yes that can also be done. Similar instructions are in the links I provided.