简体   繁体   English

Java版本控制(测试版)

[英]Java versioning (beta)

When I type java -version this is output I get: 当我输入java -version时,输出为:

java version "1.6.0_21"
Java(TM) SE Runtime Environment (build 1.6.0_21-b07)
Java HotSpot(TM) 64-Bit Server VM (build 17.0-b17, mixed mode)

Now I'm wondering, what does -b07 mean? 现在我想知道-b07是什么意思? I assume it is a beta version mark (according to other sources: http://en.wikipedia.org/wiki/Software_versioning ), but I cannot find the Sun/Oracle reference that says so. 我认为它是一个beta版本标记(根据其他来源: http : //en.wikipedia.org/wiki/Software_versioning ),但是我找不到这样的Sun / Oracle参考。

Does anyone know where to find complete reference of Java version naming? 有人知道在哪里可以找到Java版本命名的完整参考吗?

Thank you in advance. 先感谢您。

It's the build number. 这是内部版本号。 From Oracle's documentation : Oracle文档中

The full internal version number for this update release is 1.6.0_17-b04 (where "b" means "build"). 此更新版本的完整内部版本号是1.6.0_17-b04(其中“ b”表示“内部版本”)。

No, it's not a 'beta' mark. 不,它不是“ beta”标记。 It'S the internal build of this version. 这是此版本的内部版本。 Nothing for you (or me) to worry about. 您(或我)无需担心。

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

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