Corretto: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://aws.amazon.com/corretto/ =Internal= * Amazon AWS") |
(→Linux) |
||
(11 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
* [[Amazon AWS]] | * [[Amazon AWS]] | ||
=Installation= | |||
==Mac== | |||
===brew=== | |||
<syntaxhighlight lang='bash'> | |||
brew install corretto11 | |||
</syntaxhighlight> | |||
===Amazon Instructions=== | |||
{{External|https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/macos-install.html}} | |||
<syntaxhighlight lang='bash'> | |||
sudo installer -pkg ./amazon-corretto-11.0.9.12.1-macosx-x64.pkg -target / | |||
</syntaxhighlight> | |||
Once the installation completes, the JDK is found in /Library/Java/JavaVirtualMachines/. | |||
Also see: {{Internal|Java_Installation_on_Mac#Amazon_Corretto_Installation|Java Installation on Mac}} | |||
==Linux== | |||
* Download the tar.gz and gunzip | tar. | |||
* Use <code>yum</code>. | |||
=Docker Image= | |||
https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/docker-install.html |
Latest revision as of 23:05, 25 June 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.
- Use
yum
.
Docker Image
https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/docker-install.html