Table of Contents

Graphlytic requires Java to be installed. For required version see Requirements. If you have installed required version you can skip installation of Java.

You can test whether you have the correct Java platform by running from command line:

$ java -version
openjdk 17.0.11 2024-04-16 LTS
OpenJDK Runtime Environment Zulu17.50+19-CA (build 17.0.11+9-LTS)
OpenJDK 64-Bit Server VM Zulu17.50+19-CA (build 17.0.11+9-LTS, mixed mode, sharing)

Install Java

Download OpenJDK 17 for your operating system from download page.

Execute downloaded installer of JDK, follow wizard and finish installation.

You can use any OpenJDK 17 build, e.g. Azul Zulu OpenJDK or also the Oracle JDK 17.

Confirm that Java Works

Once the steps above have been done, it should be possible to check the java version and see output similar to this:

$ java -version
openjdk 17.0.11 2024-04-16 LTS
OpenJDK Runtime Environment Zulu17.50+19-CA (build 17.0.11+9-LTS)
OpenJDK 64-Bit Server VM Zulu17.50+19-CA (build 17.0.11+9-LTS, mixed mode, sharing)