Mac: 1. Install Java
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
java version
"1.8.0_202-ea"
Java(TM) SE Runtime Environment (build 1.8.0_202-ea-b03)
Java HotSpot(TM) 64-Bit Server VM (build 25.202-b03, mixed mode)
Install Java
Download AdoptOpenJDK (OpenJDK 8, HotSpot) for macOS x64 from download page.
Launch .pkg installation file, follow the wizard and finish installation.
To use Java 11 install, change version on AdoptOpenJDK download page.
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
java version
"1.8.0_202-ea"
Java(TM) SE Runtime Environment (build 1.8.0_202-ea-b03)
Java HotSpot(TM) 64-Bit Server VM (build 25.202-b03, mixed mode)