Update Running_Linux_OSX.txt

cask install update for macOS BigSur and later
This commit is contained in:
Sanjit Kumar 2021-02-12 11:49:29 +05:30 committed by GitHub
parent 36595ec500
commit e7478caaa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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