DashAB Setup Instructions

[Next ][Prev ][Up ]

1.1 Installing Oracle Java JDK 8

1.1.1 Simple way (Recommended)

Intellij uses oracle Java to operate. So copy and paste these commands instructions into the command line.

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

1.1.2 Complex way

Go here and follow their manual installation methods