How you install java on ubuntu 14?

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

Or you could use a Java 8 version.

1 Like

I tend to stay away from the oracle version but yes that can also be done. Similar instructions are in the links I provided.