From e7478caaa11c1f5675a2e0a7f1689be33d41d2be Mon Sep 17 00:00:00 2001 From: Sanjit Kumar Date: Fri, 12 Feb 2021 11:49:29 +0530 Subject: [PATCH] Update Running_Linux_OSX.txt cask install update for macOS BigSur and later --- Running_Linux_OSX.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Running_Linux_OSX.txt b/Running_Linux_OSX.txt index a2a2dba51d..9dadd10e78 100644 --- a/Running_Linux_OSX.txt +++ b/Running_Linux_OSX.txt @@ -64,7 +64,10 @@ 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 install --cask liberica-jdk8-full + for macOS BigSur and later: + % brew install --cask liberica-jdk8-full + for macOS versions before BigSur: + % 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)