Corretto: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 26: Line 26:
==Linux==
==Linux==
* Download the tar.gz and gunzip | tar.
* Download the tar.gz and gunzip | tar.
* Use <code>alternatives</code>.
* Use <code>yum</code>.


=Docker Image=  
=Docker Image=  


https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/docker-install.html
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

https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/macos-install.html
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:

Java Installation on Mac

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