# corretto-17 **Repository Path**: qsyan/corretto-17 ## Basic Information - **Project Name**: corretto-17 - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-31 - **Last Updated**: 2026-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Corretto JDK Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK). Corretto is used internally at Amazon for production services. With Corretto, you can develop and run Java applications on operating systems such as Linux, Windows, and macOS. This repository is used to track [OpenJDK upstream tip](https://github.com/openjdk/jdk). Please look at the branches section for more information on Feature Releases. The latest binary Corretto 17 release builds can be downloaded from https://github.com/corretto/corretto-17/releases. Documentation is available at [https://docs.aws.amazon.com/corretto](https://docs.aws.amazon.com/corretto). ### Licenses and Trademarks Please read these files: "LICENSE", "ADDITIONAL_LICENSE_INFO", "ASSEMBLY_EXCEPTION", "TRADEMARKS.md". ### Branches _develop_ : The default branch. The branch that consumes development and patches to upstream jdk17u. Corretto builds are generated from this branch. _upstream-jdk17_ : The branch is similar to master at [openjdk/jdk17](https://github.com/openjdk/jdk17). This branch merges into release branches. _upstream-jdk17u_ : The branch is similar to master at [openjdk/jdk17u](https://github.com/openjdk/jdk17u). This branch merges into develop. ### Download Links Corretto 17 release builds can be found on the github [release page](https://github.com/corretto/corretto-17/releases) and are also available at [downloads.corretto.aws](https://downloads.corretto.aws/#/downloads?build=production&version=17). Corretto 17 nightly builds can be found on our [download page](https://downloads.corretto.aws/#/downloads?build=nightly&version=17). Production and nightly builds for all Corretto versions can be found at [downloads.corretto.aws/#/overview](https://downloads.corretto.aws/#/overview). ### OpenJDK Readme ``` Welcome to the JDK! =================== For build instructions, please see either of these files: * doc/building.html (html version) * doc/building.md (markdown version) See https://openjdk.java.net/ for more information about the OpenJDK Community and the JDK. ```