Java versioning is a bit stupid isn't it?In Leopard, when I runjava -versionI get:Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-237)Java HotSpot(TM) Client VM (build 1.5.0_13-119, mixed mode, sharing)What release is this?(And why do I care? ;)
I think Sun had a change of heart half way through!It must be a hot topic, considering there is a Wikipedia article devoted to it!I think in summary, the J2 bit is now dropped in favour for just Java. Having Java 2, version 1.5 (or is that version 5.0?) was confusing. But 1.5 is the developer version and 5.0 is the platform or product version. They refer to the same product.Yep, I'm still confused!
Java versioning is a bit stupid isn't it?
ReplyDeleteIn Leopard, when I run
java -version
I get:
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-237)
Java HotSpot(TM) Client VM (build 1.5.0_13-119, mixed mode, sharing)
What release is this?
(And why do I care? ;)
I think Sun had a change of heart half way through!
ReplyDeleteIt must be a hot topic, considering there is a Wikipedia article devoted to it!
I think in summary, the J2 bit is now dropped in favour for just Java. Having Java 2, version 1.5 (or is that version 5.0?) was confusing.
But 1.5 is the developer version and 5.0 is the platform or product version. They refer to the same product.
Yep, I'm still confused!