< prev index next > README.md
Print this page
- # Welcome to the JDK!
+ ## Corretto 25
- For build instructions please see the
- [online documentation](https://openjdk.org/groups/build/doc/building.html),
- or either of these files:
+ 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.
- - [doc/building.html](doc/building.html) (html version)
- - [doc/building.md](doc/building.md) (markdown version)
+ This repository is used to track [OpenJDK 25](https://github.com/openjdk/jdk/tree/jdk25).
+ Please look at the branches section for more information on Feature 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 [openjdk/jdk:jdk25](https://github.com/openjdk/jdk). Corretto builds are generated from this branch.
+
+ ### 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.org/> for more information about the OpenJDK
Community and the JDK and see <https://bugs.openjdk.org> for JDK issue
tracking.
< prev index next >