简体   繁体   English

TDI V 7.1.1:如何更新本地 jvm

[英]TDI V 7.1.1: how to update local jvm

I'm responsible for maintaining a TDI V 7.1.1 installation at a customer's site.我负责维护客户现场的 TDI V 7.1.1 安装。 TDI itself was installed over 4 years ago by someone else, so I don't know exactly how the installation was done back then; TDI 本身是在 4 年前由其他人安装的,所以我不知道当时是如何安装的; I just see the results.我只看到结果。 I need to install the latest fixpack 9 in the near future;我需要在不久的将来安装最新的 fixpack 9; in preparation of this I found an IBM support page recommending to also update the JVM used by TDI.在准备这个过程中,我找到了一个IBM 支持页面,建议更新 TDI 使用的 JVM。

On the customer's server I find that TDI is using the jvm installed locally below在客户的服务器上我发现TDI正在使用下面本地安装的jvm

\\TDI\\V7.1.1\\jvm\\jre \\TDI\\V7.1.1\\jvm\\jre

There's no independant JVM / JRE installed on that machine.那台机器上没有安装独立的 JVM/JRE。 Calling打电话

.\java -version

I found that this JVM is V 1.6.0.我发现这个JVM是V 1.6.0。 Now, the above mentioned IBM support page is telling me that Java 6 is no longer supported .现在,上面提到的 IBM 支持页面告诉我Java 6 不再受支持 Near the bottom of that page is another link talking about Java 7 or Java 8, but that only leads me back to another generic FixCentral search page.该页面底部附近是另一个讨论 Java 7 或 Java 8 的链接,但这只会让我回到另一个通用 FixCentral 搜索页面。

Question is:问题是:

how can I upgrade just that local JRE from Java 6 to whatever is suitable (preferably Java 8)?如何将本地 JRE 从 Java 6 升级到任何合适的版本(最好是 Java 8)?

Foot note: if you feel that this question does not belong to stackOverflow please feel free to direct me to a more suitable stackExchange community脚注:如果你觉得这个问题不属于stackOverflow,请随时将我引向更合适的stackExchange社区

Found the answer myself;我自己找到了答案; after 10+ attempts to place a download request at IBM's "FixCentral" site I finally managed to get to the suitable IBM page linking to the download package (7.2.0-ISS-SDI-LA0019) from FixCentral;在 IBM 的“FixCentral”站点上尝试了 10 多次下载请求后,我终于设法访问了合适的 IBM 页面,该页面链接到来自 FixCentral 的下载包 (7.2.0-ISS-SDI-LA0019); oh dear, this is really a mess... The package contains a README giving exact instructions on how to update.哦,天哪,这真是一团糟……该软件包包含一个 README,给出了有关如何更新的确切说明。 So, for everyone interested the answer to my question is:因此,对于每个感兴趣的人,我的问题的答案是:

  • yes, we can update if we have IBM's modified JRE package是的,如果我们有 IBM 修改过的 JRE 包,我们可以更新
  • be sure to study the README esp.一定要学习README esp。 the part dealing with java.policy modifications处理 java.policy 修改的部分

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

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