Intel System Studio 2019 Get Started Guide

Step 1: Ensure that required Java* programs are installed

Make sure that Oracle Java Development Kit* (JDK) is installed on the host system and the Oracle Java Runtime Environment* (JRE) or better is installed on the target system. For example, if your host system has Ubuntu, you can use the following steps to install the Oracle JDK:

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
javac –version

For more information, see: Installing Oracle Java 8 in Ubuntu.

Alternatively, you can choose to install the default JRE and JDK using the following steps:

sudo apt-get update
sudo apt-get install default-jre
sudo apt-get install default-jdk