从甲骨文的JDEdwards EnterpriseOne安装手册
JDK 1.5是必需的。截至2008年11月,JDK1.6及更高版本尚未用EnterpriseOne验证
正如句子所说的,我需要得到JDK1.5。但是下载页面说Java SE 5
在Java SE 1.4
之后。我认为Java SE 5
是JDK 1.5
。我说得对吗?
发布于 2012-04-02 10:39:04
您可以从您提供的链接(下载页面)下载特定版本的JDK1.5。
简而言之,正如Oracle的官方Java文档中提到的那样:
Both version numbers “1.5.0″ and “5.0″ are used to identify this release of the
Java 2 Platform Standard Edition. Version “5.0″ is the product version, while
“1.5.0″ is the developer version. The number “5.0″ is used to better reflect the
level of maturity, stability, scalability and security of the J2SE.
因此,答案是肯定的,Java和JDK1.X是相同的东西,通常可以互换使用。
看这里可以更详细地解释Java中的版本编号概念。
您也可能希望请看这里进行相当类似的讨论。
发布于 2012-04-02 10:37:33
你是正确的。Java 5和Java1.5是可交换的。这是一个品牌问题--我认为Sun认为在第1版上仍然有一些东西听起来不太好。
发布于 2012-04-02 10:38:07
是的,Java1.5和Java 5是同一回事。
https://stackoverflow.com/questions/9974810
复制相似问题