🌐
Corretto
downloads.corretto.aws
Amazon Corretto Downloads
You need to enable JavaScript to run this app
Discussions

Amazon Corretto 11 is ready

I'm not trying to diminish what Amazon is doing, this is a legit question: Should I as an individual care? Do I have an advantage using this over OpenJDK?

More on reddit.com
🌐 r/java
31
114
February 14, 2019
Using Amazon Corretto instead of Java JRE - Any experience?
Web-based applications that use a Java "applet" require an IcedTea component, I believe. Web-initiated applets have been considered deprecated since before Flash died in 2011. We've used Azul's Zulu build of OpenJDK for Windows since 2013 or so. I have no experience with the IcedTea component, but Azul offers it here . Let us know how it works out. More on reddit.com
🌐 r/sysadmin
8
4
November 9, 2023
How to install Amazon Corretto 11 tar.gz file
The solution I found is that when creating a new project in Intellij Idea, in the jdk dropdown, click add jdk and select the extracted folder from the tar.gz file. In order to test if it worked I just hello world. I am just learning java and by no means am an expert but if this works it is a solution. what I did worked for me. More on reddit.com
🌐 r/linuxquestions
5
1
July 28, 2022
Mass Uninstall of all Java Versions
I have found this script to do a full uninstall of all java versions and I will work with this as my remediation script. I just need to work on a detection script that works now, or a variable to do a detection with an app. $javaVer = Get-ChildItem -Path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall, HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall | Get-ItemProperty | Where-Object {$_.URLInfoAbout -match "java" } | Select-Object -Property DisplayName, UninstallString ForEach ($ver in $javaVer) { If ($ver.UninstallString) { $uninst = $ver.UninstallString & cmd /c $uninst /quiet /norestart } } Sorry about the formatting, reddit did not make this code easy to post in the original format. More on reddit.com
🌐 r/Intune
22
14
May 8, 2024
People also ask

Backed by Amazon

Corretto comes with no-cost, long-term support from Amazon, so you can upgrade versions only when you need to. Amazon is committed to Corretto, running it internally on thousands of production services.

🌐
aws.amazon.com
aws.amazon.com › products › developer tools › amazon corretto
OpenJDK Download - Corretto - AWS
Multiplatform support
Corretto lets you run the same environment in the cloud, on premises, and on your local machine. Corretto 17 supports Linux (x64 and aarch64), Windows (x64), macOS (x64 and M1), Alpine Linux (x64), and Amazon Linux 2 (x64 and aarch64). Docker images are available in Amazon Elastic Container Registry (Amazon ECR) Public Gallery and Docker Hub.
🌐
aws.amazon.com
aws.amazon.com › products › developer tools › amazon corretto
OpenJDK Download - Corretto - AWS
Production ready
Corretto is certified to meet the Java SE standard and can be used as a drop-in replacement for many Java SE distributions. Amazon provides quarterly updates that include performance enhancements and security fixes critical for enterprise application development.
🌐
aws.amazon.com
aws.amazon.com › products › developer tools › amazon corretto
OpenJDK Download - Corretto - AWS
🌐
Amazon Web Services
aws.amazon.com › products › developer tools › amazon corretto
OpenJDK Download - Corretto - AWS
2 weeks ago - Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK). Corretto comes with no-cost long-term support. Amazon runs Corretto internally on thousands of production services and Corretto is certified as compatible with the Java SE standard.
🌐
GitHub
github.com › corretto › corretto-11 › releases
Releases · corretto/corretto-11
amazon-corretto-11.0.31.11.1-windows-x64-jdk.zip · f0baa82f00aa9a92565f9336c51f0408 / 462f2a455d8f8da1a3a839a0f3de10c7a5fe6f7d230cf995e144a769382f4afe · Download · Windows x86 · JDK · amazon-corretto-11.0.31.11.1-windows-x86.msi · 87eea6bcc60012d6a6fc43021c894429 / ca20cc8d55d0c24a049cb05a185528eae2f51bb351327c190589e406b20f29cb ·
Author   corretto
🌐
AWS
docs.aws.amazon.com › corretto › corretto 11 user guide › amazon corretto 11 guide on windows › amazon corretto 11 installation instructions for windows 10 or later
Amazon Corretto 11 Installation Instructions for Windows 10 or Later - Amazon Corretto 11
This topic describes how to install and uninstall Amazon Corretto 11 on a host or container running the Windows 10 or later Windows operating system. Download a Windows .msi file from the Downloads page.
🌐
YouTube
youtube.com › watch
How to Install Amazon Corretto (a Java JDK) on Windows 11 - YouTube
In this video, I show you how to setup Amazon Corretto Java Version 11 on a Windows 11 PC.
Published   January 26, 2025
Find elsewhere
🌐
GitHub
github.com › corretto › corretto-11
GitHub - corretto/corretto-11: Amazon Corretto 11 is a no-cost, multi-platform, production-ready distribution of OpenJDK 11 · GitHub
With Corretto, you can develop and run Java applications on operating systems such as Amazon Linux 2, Windows, and macOS. The latest binary Corretto 11 release builds can be downloaded from https://github.com/corretto/corretto-11/releases.
Starred by 677 users
Forked by 116 users
Languages   Java 77.3% | C++ 13.9% | C 5.8% | JavaScript 1.0% | Roff 0.7% | HTML 0.4%
🌐
AWS
docs.aws.amazon.com › corretto › corretto 11 user guide › amazon corretto 11 guide for macos › amazon corretto 11 installation instructions for macos 11 or later
Amazon Corretto 11 Installation Instructions for macOS 11 or later - Amazon Corretto 11
This topic describes how to install and uninstall Amazon Corretto 11 on a host running the Mac OS version 11 or later. You must have administrator permissions to install and uninstall Amazon Corretto 11. Download the Mac .pkg file from the Downloads page.
🌐
Homebrew
formulae.brew.sh › cask › corretto@11
Homebrew Formulae: corretto@11
brew install --cask corretto@11 · Name: AWS Corretto JDK · OpenJDK distribution from Amazon · https://corretto.aws/ Development: Pull requests · Cask JSON API: /api/cask/corretto@11.json · Cask code: corretto@11.rb on GitHub · Current version: 11.0.31.11.1 ·
🌐
Chocolatey
community.chocolatey.org › packages › corretto11jdk
Chocolatey Software | Corretto 11 JDK 11.0.31.111
$ErrorActionPreference = 'Stop' $packageArgs = @{ PackageName = $env:ChocolateyPackageName Url64bit = 'https://corretto.aws/downloads/resources/11.0.31.11.1/amazon-corretto-11.0.31.11.1-windows-x64.msi' Checksum64 = '3f1aab579bc085c4ebd1ecdc864bf455' ChecksumType64 = 'md5' fileType = 'msi' silentArgs = "INSTALLLEVEL=3 /quiet" } Install-ChocolateyPackage @packageArgs ·
🌐
AWS
aws.amazon.com › about-aws › whats-new › 2019 › 03 › amazon-corretto-11-is-now-generally-available
Amazon Corretto 11 is Now Generally Available - AWS
October 6, 2019 - Amazon Corretto 11, a no-cost, multiplatform, production-ready distribution of OpenJDK 11, is now generally available. Previously Corretto 11 was available as a preview and then as a release candidate. To learn more about using Amazon Corretto or to download the Corretto 11 please visit the ...
🌐
Arch Linux
aur.archlinux.org › packages › amazon-corretto-11
AUR (en) - amazon-corretto-11
https://corretto.aws/downloads/resources/11.0.30.7.1/amazon-corretto-11.0.30.7.1-linux-x64.tar.gz.sig
🌐
Amazon Web Services
aws.amazon.com › developer tools › amazon corretto › faqs
Amazon Corretto FAQs
2 weeks ago - Frequently asked questions about Amazon Corretto a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK). Corretto comes with no-cost long-term support. Amazon runs Corretto internally on thousands of production services and Corretto is certified as ...
🌐
Reddit
reddit.com › r/java › amazon corretto 11 is ready
r/java on Reddit: Amazon Corretto 11 is ready
February 14, 2019 -

Amazon Corretto 11:

Downloads for Amazon Corretto 11: https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html

What Is Amazon Corretto 11?

Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK). Corretto comes with long-term support that will include performance enhancements and security fixes. Corretto is certified as compatible with the Java SE standard and is used internally at Amazon for many production services. With Corretto, you can develop and run Java applications on operating systems such as Amazon Linux 2, Windows, and macOS.

This guide includes a list of patches applied to the OpenJDK for this release of Amazon Corretto 11, and installation instructions for the platforms supported by this version.

🌐
Microsoft
winget.run › pkg › Amazon › Corretto.11
Download and install Amazon Corretto 11 with winget
Corretto comes with long-term support that will include performance enhancements and security fixes. Amazon runs Corretto internally on thousands of production services and Corretto is certified as compatible with the Java SE standard. With Corretto, you can develop and run Java applications on popular operating systems, including Linux, Windows, and macOS.