简体   繁体   English

OpenJDK 8是Java SE 8的参考实现吗?

[英]Is OpenJDK 8 a reference implementation of Java SE 8?

This article states that OpenJDK7 is the official reference implementation for Java SE7. 本文指出OpenJDK7是Java SE7的官方参考实现。

Can somebody confirm that this is also the case for Java 8? 有人可以确认Java 8的情况也是如此吗? That Open JDK8 is the reference implementation for Java SE8? Open JDK8是Java SE8的参考实现吗?

There is a partial answer at this link , however my question is about Java 8 specifically. 这个链接有一个部分答案 ,但我的问题是关于Java 8的具体问题。

Yes, open JDK8 is reference implementation for JAVA SE8. 是的,打开JDK8是JAVA SE8的参考实现。

The official Reference Implementations for Java SE 8 (JSR 337) are based solely upon open-source code available from the JDK 8 Project in the OpenJDK Community. Java SE 8(JSR 337)的官方参考实现仅基于OpenJDK社区中JDK 8项目提供的开源代码。 Binaries are provided for both the Linux x64 and Windows i586 platforms and Compact Profiles for Linux i586. 为Linux x64和Windows i586平台提供二进制文件,为Linux i586提供Compact Profiles。

The binaries are available under two different licenses: The GNU General Public License version 2, with the Classpath Exception and the Oracle Binary Code License . 二进制文件在两个不同的许可证下可用:GNU通用公共许可证版本2,具有类路径异常和Oracle二进制代码许可证。 For a given platform the binaries under different licenses are built from exactly the same source code and are functionally equivalent; 对于给定的平台,不同许可下的二进制文件是使用完全相同的源代码构建的,并且功能相同; the only real difference is the license itself. 唯一真正的区别是许可证本身。 Which license you choose will depend upon your particular business and legal requirements. 您选择的许可证取决于您的特定业务和法律要求。

Source: http://jdk.java.net/java-se-ri/8 资料来源: http//jdk.java.net/java-se-ri/8

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

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