< prev index next >

README.md

Print this page

 1 # Welcome to the JDK!
 2 
 3 For build instructions please see the
 4 [online documentation](https://openjdk.org/groups/build/doc/building.html),
 5 or either of these files:


 6 
 7 - [doc/building.html](doc/building.html) (html version)
 8 - [doc/building.md](doc/building.md) (markdown version)






















 9 
10 See <https://openjdk.org/> for more information about the OpenJDK
11 Community and the JDK and see <https://bugs.openjdk.org> for JDK issue
12 tracking.

 1 ## Corretto 25
 2 
 3 Amazon Corretto is a no-cost, multiplatform,
 4 production-ready distribution of the Open Java Development Kit (OpenJDK).
 5 Corretto is used internally at Amazon for production services.
 6 With Corretto, you can develop and run Java applications
 7 on operating systems such as Linux, Windows, and macOS.
 8 
 9 This repository is used to track [OpenJDK 25](https://github.com/openjdk/jdk/tree/jdk25).
10 Please look at the branches section for more information on Feature Releases.
11 
12 Documentation is available at [https://docs.aws.amazon.com/corretto](https://docs.aws.amazon.com/corretto).
13 
14 ### Licenses and Trademarks
15 
16 Please read these files: "LICENSE", "ADDITIONAL_LICENSE_INFO", "ASSEMBLY_EXCEPTION", "TRADEMARKS.md".
17 
18 ### Branches
19 
20 _develop_
21 : 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.
22 
23 ### OpenJDK Readme
24 ```
25 
26 Welcome to the JDK!
27 ===================
28 
29 For build instructions, please see either of these files:
30 
31   * doc/building.html   (html version)
32   * doc/building.md     (markdown version)
33 
34 See <https://openjdk.org/> for more information about the OpenJDK
35 Community and the JDK and see <https://bugs.openjdk.org> for JDK issue
36 tracking.
< prev index next >