how to install java and intellij IDEA on Linux.
Quick commands:
sudo add-apt-repository ppa:webupd8team/java -y
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo apt-get install oracle-java8-set-default
Check it
java -version
-------
type java
export JAVA_HOME="/usr/bin/..... what you have ...."
echo $JAVA_HOME
You can continue with this series after you finish: • Java Video Tutorial