You are reading the documentation for Statusengine 3.x - Switch to Version 2.x for old stable

Install Oracle Java (JDK) on Ubuntu

How to install Oracle Java (JDK) on Ubuntu using the WebUpd8 PPA

Fortunately the WebUpd8 PPA provides us a super easy way to install Oracle Java on a Ubuntu box.

Many thanks! :-)

Steps to go

All commands needs to run as user root or via sudo.

apt-add-repository ppa:webupd8team/java
apt-get update
apt-get install oracle-java8-installer

That's it.