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

java - Differences Amazon Corretto and OpenJDK - Stack Overflow
What are the differences between Amazon Corretto and OpenJDK (and Oracle's OpenJDK - but there is already a ticket about this)? Corretto is a OpenJDK version 8 implementation. Both are free and see... More on stackoverflow.com
🌐 stackoverflow.com
Has anyone been getting repeated Oracle Java “compliance” emails lately?
If people ask questions like that, whether you think they're legitimate or not, you should refer the matter to your employer's counsel. Don't say anything to anyone without their guidance. More on reddit.com
🌐 r/sysadmin
55
91
April 26, 2026
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
Can't download Java 8 without an Oracle account?
Adopt OpenJDK . More on reddit.com
🌐 r/learnjava
9
4
July 3, 2019
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
🌐
GitHub
github.com › corretto › corretto-8 › releases
Releases · corretto/corretto-8
Download Link · Checksum (MD5) / Checksum (SHA256) Sig File · Linux x64 · JDK · java-1.8.0-amazon-corretto-jdk_8.492.09-2_amd64.deb · 848e133a37726e4b459c1090fc3555f7 / a2284e4426d9827a7afa02ee1f8e1381ff64b512626985df61463ee37b0d9130 · Linux x64 · JDK ·
Author   corretto
🌐
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.
🌐
AWS
docs.aws.amazon.com › corretto › corretto 8 user guide › amazon corretto 8 guide on windows › amazon corretto 8 installation instructions for windows 10 or later
Amazon Corretto 8 Installation Instructions for Windows 10 or Later - Amazon Corretto 8
Download a Windows .msi file from the Downloads page. Double-click the .msi file to start the installation wizard. Follow the steps in the wizard. You have the option of setting a custom installation path. By default, Amazon Corretto 8 is installed at C:\Program Files\Amazon Corretto\. If you ...
Find elsewhere
🌐
Arch Linux
aur.archlinux.org › packages › amazon-corretto-8
AUR (en) - amazon-corretto-8
April 27, 2019 - https://corretto.aws/downloads/resources/8.492.09.2/amazon-corretto-8.492.09.2-linux-aarch64.tar.gz
🌐
Chocolatey
community.chocolatey.org › packages › corretto8jdk
Chocolatey Software | Corretto 8 JDK 8.492.9.2
Downloads of v 8.492.9.2: 1,418 · Maintainer(s): linearreg · Software Author(s): Amazon · Tags: corretto java jvm · Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Amazon. The inclusion of Amazon trademark(s), if any, upon this webpage is solely to identify Amazon goods or services and not for commercial purposes.
🌐
AWS
docs.aws.amazon.com › corretto
Amazon Corretto Documentation
Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK).
🌐
AWS
docs.aws.amazon.com › corretto › corretto 8 user guide › amazon corretto 8 guide for macos › amazon corretto 8 installation instructions for macos 11 or later
Amazon Corretto 8 Installation Instructions for macOS 11 or later - Amazon Corretto 8
This topic describes how to install and uninstall Amazon Corretto 8 on a host running the Mac OS version 11 or later. You must have administrator permissions to install and uninstall Amazon Corretto 8. Download the Mac .pkg file from the Downloads page.
🌐
GitHub
github.com › corretto › corretto-8
GitHub - corretto/corretto-8: Amazon Corretto 8 is a no-cost, multi-platform, production-ready distribution of OpenJDK 8 · GitHub
Corretto 8 release builds can be found on the github release page and are also available at downloads.corretto.aws.
Starred by 2.1K users
Forked by 227 users
Languages   Java 75.4% | C++ 11.6% | C 8.0% | JavaScript 1.2% | Roff 1.1% | Shell 1.0%
🌐
ECR Public Gallery
gallery.ecr.aws › amazoncorretto › amazoncorretto
Amazon ECR Public Gallery - Amazon Corretto/amazoncorretto
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. Amazon runs Corretto internally on thousands of production services and Corretto is certified as compatible with the Java SE standard.
Top answer
1 of 5
68

From Amazon's description:

"Patches and improvements in Corretto enable Amazon to address high-scale, real-world service concerns, meeting heavy performance and scalability demands. We’re making these available to customers with no-cost, long-term support, with quarterly updates including bug fixes and security patches. AWS will also provide urgent fixes to customers outside of the quarterly schedule"

So Corretto has tweaks that are specific to performance (e.g. for server or cloud applications), and also additional bug fixes that users can take advantage of that aren't necessarily in OpenJDK proper yet. Also with this Amazon is offering proper LTS support of their build, as other commercial companies are starting to do for the JDK (Oracle and Azul come to mind, as well as others).

2 of 5
43

Other than any performance benefits, an important reason to use Corretto is for its Long Term Support of its releases, including security vulnerabilities.

One of the important differences between OpenJDK and several other vendors (like Amazon Corretto) is their release and support cycle.

OpenJDK is on a 6-month release cycle and only support each release for this time. After the next release, the previous release will stop receiving patches. This means to stay up to-to-date, you must upgrade every 6 months.

Corretto on the other hand offers LTS (Long Term Support) of their JDK builds.

Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK) that comes with long-term support (LTS). LTS includes Amazon’s commitment to provide performance enhancements and security updates at no cost until at least the specified date for the relevant release version (e.g. May 2026 for Corretto 8). Updates are planned to be released quarterly. Amazon also plans to apply urgent fixes (including security) outside of the regular quarterly cycle when they are available and ready to use.

To summarize, you have 3 options:

  1. Use OpenJDK for free, but upgrade every 6 months to get updates
  2. Use a paid JDK from Oracle or another vendor
  3. Use Corretto for free, and get free updates for several years

As you can see, Corretto is a great choice if you want to stay secure and up-to-date, don't want to pay money, and don't want to be constantly upgrading to a new version.

Here are the current end of life dates for Corretto:

  • version 8 LTS June 2026
  • version 11 LTS September 2027
  • version 17 LTS October 2029

Non-LTS versions are available as well, but are supported for a shorter period of time.

The is a variety of JDK vendors out there, so there may be other alternatives for a free and updated JDK, but be sure to read the vendors website carefully to understand their support and patching policy. Personally I think Corretto is a great choice, and something you can be confident will be patched in a timely manner.

🌐
ManageEngine
manageengine.com › products › desktop-central › software-installation › silent_install_Amazon-Corretto-8-(x64)-(8.482.08.1).html
Silent Installation of Amazon Corretto 8 (x64) (8.482.08.1) : ManageEngine Endpoint Central
Endpoint Central is a Windows Desktop Management Software for managing desktops in LAN and across WAN from a central location. It provides Software Deployment, Patch Management, Asset Management, Remote Control, Configurations, System Tools, Active Directory and User Logon Reports.
🌐
TP-Link
tp-link.com › us
TP-Link: Your Smart Home, Simplified
We are a US-based leader in Wi-Fi and smart home technology. See why families trust TP-Link to make their home smart, secure, and effortlessly connected.
🌐
AWS
docs.aws.amazon.com › corretto › corretto 21 user guide › amazon corretto 21 guide on windows › amazon corretto 21 installation instructions for windows 10 or later
Amazon Corretto 21 Installation Instructions for Windows 10 or Later - Amazon Corretto 21
This topic describes how to install and uninstall Amazon Corretto 21 on a host or container running the Windows 10 or later Windows operating system. Download a Windows .msi file from the Downloads page.
🌐
Winget GUI
wingetgui.com › apps › Amazon-Corretto-8-JDK
Amazon.Corretto.8.JDK 1.8.0.492 download
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. Amazon Corretto 8 is a Long-Term Supported (LTS) distribution of OpenJDK 8.
🌐
AWS
aws.amazon.com › blogs › opensource › amazon-corretto-8-generally-available
Amazon Corretto 8 Now Generally Available | AWS Open Source Blog
January 16, 2021 - Amazon will distribute security updates to Corretto 8 at no cost until at least June, 2023. We encourage you to run your Java applications using Corretto. You can download Corretto 8 from aws.amazon.com/corretto, and learn more about it by reading the Corretto docs.