Corretto: Difference between revisions
Jump to navigation
Jump to search
(→Mac) |
(→brew) |
||
Line 8: | Line 8: | ||
==Mac== | ==Mac== | ||
===brew=== | ===brew=== | ||
<syntaxhighlight lang='bash'> | |||
brew install corretto11 | |||
</syntaxhighlight> | |||
===Amazon Instructions=== | ===Amazon Instructions=== | ||
{{External|https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/macos-install.html}} | {{External|https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/macos-install.html}} |
Revision as of 04:06, 19 January 2021
External
Internal
Installation
Mac
brew
brew install corretto11
Amazon Instructions
sudo installer -pkg ./amazon-corretto-11.0.9.12.1-macosx-x64.pkg -target /
Once the installation completes, the JDK is found in /Library/Java/JavaVirtualMachines/.
Also see:
Linux
Download the tar.gz and gunzip | tar.
Docker Image
https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/docker-install.html