11

我正在尝试让一个相当 JDK 敏感的 Oracle 软件与 Websphere 一起工作,我需要找到一些特定版本的 IBM JDK 来尝试。问题在于,IBM 并没有像 Sun/Oracle 那样让它们随时可用,而且我能够得到的所有版本都因某种原因无法正常工作。

具体来说,我需要以下之一:适用于Windows
的 IBM Java 5 SR9 (理想)适用于Windows的 IBM Java 5 SR2 适用于Windows的 IBM Java 5 SR10


我怎样才能直接从 IBM 获得这些?我的公司有一份 Websphere 支持合同,如果我能告诉他们去哪里,我希望可以让我们的一位 Websphere 工程师下载它。

4

8 回答 8

12

I don't know if this is still true(but this was certainly true in the past), but here is the story.

Due to Java License restrictions earlier, the JDK cannot be provided alone by vendors like IBM.

I am unable to pull this info from any IBM site at the moment but i am pretty certain about these license restrictions in the past.

Here is a post by another gentleman in this space: From : http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14514070

Unfortunately you can get hold of the JDK only as part of another IBM product (say, Websphere or any Rational product) that you purchased. Our licensing agreement with Sun/Oracle forbids us from providing direct downloads of the IBM JDK on any platforms that Oracle/Sun also support (namely Windows and Linux). If you look at the Java downloads section of the developerWorks website, you'll only find SDKs for AIX, z/OS and Linux on System p/z, since those are IBM owned platforms that Oracle doesn't support.

Since the JDK is shipped along with Websphere/Rational/Tivoli products, you can use it if you already have one of them deployed(though even then you may have SR8 FP1, unless you also install the very latest fix packs for those products).

于 2010-09-30T05:24:49.560 回答
2

(除非您为 IBM 工作)无法单独下载 IBM JDK。它与 IBM 开发的 IBM Rational Suite of Software 一起提供。

IBM JDK 还附带 IBM Java Profiler(它不是免费的)。

The Eclipse Platform that is found here https://www.ibm.com/developerworks/eclipse/downloads/helios/#download is similar to the Eclipse download found on the Eclipse Site. IBM makes it easier for those who can't afford WebSphere Application Developer or Rational Application Developer (which are both Eclipse flavour) to use Eclipse.

于 2010-09-29T19:28:14.760 回答
2

目前,(2017 年 7 月 12 日)您可以在https://www.ibm.com/developerworks/java/jdk/eclipse/index.html找到 Java 6、7 和 7.1 的旧包

最新的可以从这里下载https://developer.ibm.com/javasdk/downloads/eclipse/

于 2017-07-12T18:59:47.757 回答
1

WAS V6.1.0.25 的 SR9 修复包可在此处获得 - http://www-01.ibm.com/support/docview.wss?uid=swg24023276。单击 FTP 链接下载 PAK 文件(并重命名为 zip)。

于 2010-10-25T19:59:28.073 回答
1

是的,IBM JRE/JDK 通常是随产品一起提供的,而不是独立的。

您如何获取作为您的活动目标的 WebSphere 版本并安装它?那不会给你你需要的吗?单服务器版本的占用空间相对较小。

于 2010-09-29T17:51:46.903 回答
1

这是 developerWorks 上提供的一些 IBM JDK 的页面,可能对您有用。

https://www.ibm.com/developerworks/java/jdk/

于 2010-10-25T15:16:49.253 回答
0

我不想回答显而易见的问题……但如果您与 IBM 签订了支持合同,为什么不直接致电 IBM 支持?如果您还没有看过它,IBM 的 JDK 主页位于: https ://www.ibm.com/developerworks/java/jdk/ 。

但是,Windows 产品非常可怜。自 2006 年初以来,IBM 还没有为 Windows 平台发布新的 JDK。该 JDK 属于 Java 5 代,但在下载页面(或安装程序的文件名)上没有指示 SR 版本。我无法安装它并为您检查,因为我希望您知道其他 Windows 警告:除非安装程序检测到 IBM BIOS,否则 IBM JDK不会安装在 Windows 机器上。

鉴于 IBM 将他们的 PC 部门卖给了联想,我什至不确定是否有可能在现代机器上安装他们的独立 JDK。如果您有合同,我会联系 IBM 支持……他们可能会以不同的方式告诉您。

无论哪种方式,前面的答案都指向另一种可能性。IBM 经常将其 JDK/JRE 捆绑在其他下载中,而不受独立版本中的疯狂限制。例如,我知道 WebSphere Community Edition(即 IBM 的 Apache Geronimo 版本)自带一个。祝您好运找到您需要的特定版本......但如果您这样做了,并且不介意违反某些许可法律条款的可能性,那么您可以压缩该目录并将其复制到目标计算机。

这整个话题真是太可惜了。在基准和运行时性能方面,IBM JDK/JRE 一直都很棒。然而,在更大的“生态系统”层面上,它总是很糟糕。

于 2010-09-29T18:27:32.700 回答
0

以前我发现 IBM 的 Eclipse 包也包含 IBM JVM。情况可能仍然如此,但捆绑包太大了,我现在无法检查。

请参阅http://www.ibm.com/developerworks/eclipse/downloads/

于 2010-09-29T18:08:16.930 回答