Update installation instructions for macOS

On macOS one has to install the liberica-jdk8-full package in order to have OpenJFX.
This commit is contained in:
Andrea Lazzarotto 2020-04-12 15:15:06 +02:00 committed by Richard Cordovano
parent 02b2315ac0
commit 47d6f83f6f

View File

@ -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)