Intel System Studio 2019 Get Started Guide

Step 1: Ensure that required Java* programs are installed

The steps below are required for Intel® System Studio 2019 Update 1 and earlier. For Update 2 and later, the steps are not required because AdoptOpenJDK* 11 is part of the installation.

Required for Intel® System Studio 2019 Update 1 and earlier

Make sure that AdoptOpenJDK* 11 is installed on the host system and the 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 AdoptOpenJDK:

sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt install openjdk-11-jdk

For more information, see: Installing Java 11 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