-
-
Save khsthomas/c1066b4381996dca5f8e5fe99c19bd00 to your computer and use it in GitHub Desktop.
Revisions
-
douglarek revised this gist
Jan 5, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ $ curl -C - https://download.java.net/java/ga/jdk11/openjdk-11_osx-x64_bin.tar.gz -O openjdk-11_osx-x64_bin.tar.gz $ tar xf openjdk-11_osx-x64_bin.tar.gz $ sudo mv jdk-11.jdk /Library/Java/JavaVirtualMachines/ $ java -version openjdk version "11" 2018-09-25 -
douglarek revised this gist
Sep 29, 2018 . No changes.There are no files selected for viewing
-
douglarek created this gist
Sep 29, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ $ curl -C - https://download.java.net/java/ga/jdk11/openjdk-11_osx-x64_bin.tar.gz -O openjdk-11_osx-x64_bin.tar.gz $ tar xf openjdk-11+28_osx-x64_bin.tar.gz $ sudo mv jdk-11.jdk /Library/Java/JavaVirtualMachines/ $ java -version openjdk version "11" 2018-09-25 OpenJDK Runtime Environment 18.9 (build 11+28) OpenJDK 64-Bit Server VM 18.9 (build 11+28, mixed mode)