From bae759f2b8a8f230dbb8fc950d69ffcffe8c83d6 Mon Sep 17 00:00:00 2001 From: Andrea Lazzarotto Date: Sun, 12 Apr 2020 15:15:06 +0200 Subject: [PATCH] Update installation instructions for macOS On macOS one has to install the liberica-jdk8-full package in order to have OpenJFX. --- Running_Linux_OSX.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running_Linux_OSX.txt b/Running_Linux_OSX.txt index 521fa6e9f1..a45553b246 100644 --- a/Running_Linux_OSX.txt +++ b/Running_Linux_OSX.txt @@ -27,7 +27,7 @@ The following need to be done at least once. They do not need to be repeated for -- OS X: 1. Install BellSoft Java 8. % brew tap bell-sw/liberica - % brew cask install liberica-jdk8 + % brew cask install liberica-jdk8-full 2. Set JAVA_HOME environment variable to location of JRE installation. e.g. add the following to ~/.bashrc export JAVA_HOME=$(/usr/libexec/java_home -v 1.8)