简体   繁体   English

从亚马逊 jdk 更改为 openjdk

[英]Change from amazon jdk to openjdk

I have an application that has been built using the amazon jdk (1.8.0_181 version).我有一个使用亚马逊 jdk(1.8.0_181 版本)构建的应用程序。 Which could be the problems of changing the jdk to openjdk but to a similar version?将 jdk 更改为 openjdk 但更改为类似版本可能会出现哪些问题? I don't know if the only difference between jdk's distributions is the support.我不知道 jdk 的发行版之间的唯一区别是不是支持。

As long as the version is similar you can expect the API to be the same.只要版本相似,您就可以期望 API 是相同的。 From Which Java SDK Should You Use?您应该使用哪个 Java SDK?

Amazon is the new vendor on the block that's offering builds of OpenJDK at aws.amazon.com/corretto.亚马逊是该区块的新供应商,在 aws.amazon.com/corretto 上提供 OpenJDK 的构建。 Amazon Corretto 8 (based on Java 8) is in preview; Amazon Corretto 8(基于 Java 8)是预览版; there is no Java 11 build available.没有可用的 Java 11 版本。 Corretto 11 is scheduled to be released in Q2 2019. GA for Corretto 8 is Q1. Corretto 11 计划于 2019 年第二季度发布。 Corretto 8 的 GA 是第一季度。 Corretto is unique in that it has no-cost long-term support from Amazon. Corretto 的独特之处在于它从亚马逊获得免费的长期支持。 Its builds have passed the TCK.它的构建已经通过了 TCK。 Java 8 support is currently slated to run through June 2023. Java 8 支持目前预计将持续到 2023 年 6 月。

Oracle builds and publishes OpenJDK builds at jdk.java.net. Oracle 在 jdk.java.net 上构建和发布 OpenJDK 版本。 Binaries are only published for the first six months after a major release.二进制文件仅在主要版本发布后的前六个月发布。 The branded, commercial version (that can't be used in production without paying Oracle) is available at oracle.com/technetwork/java/javase/downloads. oracle.com/technetwork/java/javase/downloads 提供了品牌的商业版本(如果不向 Oracle 付费就不能在生产中使用)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM