简体   繁体   English

IBM Websphere中的Java 7.1

[英]Java 7.1 in IBM Websphere

I have Java SDK 6 in IBM websphere 8.5.5.2. 我在IBM websphere 8.5.5.2中有Java SDK 6。 Where can i download Java SDK 7.1 in IBM website and update it to websphere. 我在哪里可以在IBM网站上下载Java SDK 7.1并将其更新到websphere。

I tried google and couldn't find required information to update Java SDK 7.1. 我试过谷歌,找不到更新Java SDK 7.1所需的信息。 Can i update it from Installation Manager or should i download any files from IBM? 我可以从Installation Manager更新它,还是应该从IBM下载任何文件?

Download Java SDK 7.1 from WebSphere Application Server V8.5.5 Fix Pack 2 . WebSphere Application Server V8.5.5 Fix Pack 2下载Java SDK 7.1。 Then unzip both archives 7.1.0.0-WS-IBMWASJAVA-part1.zip and 7.1.0.0-WS-IBMWASJAVA-part2.zip to folder and use Installation Manager to install new SDK. 然后将存档7.1.0.0-WS-IBMWASJAVA-part1.zip7.1.0.0-WS-IBMWASJAVA-part2.zip解压缩到文件夹,并使用Installation Manager安装新的SDK。 Here are Installation instructions . 这是安装说明
Then use managesdk command to find out sdk id and switch Java for your profile. 然后使用managesdk命令查找sdk id并为您的配置文件切换Java。

For example (it's from 7.0, but you will get the idea how to find it for 7.1): 例如(它来自7.0,但您将了解如何为7.1找到它):

C:\IBM\WebSphere\AppServer85\profiles\AppSrv1\bin>managesdk.bat -listAvailable
CWSDK1003I: Available SDKs :
CWSDK1005I: SDK name: 1.6_32
CWSDK1005I: SDK name: 1.7_32
CWSDK1001I: Successfully performed the requested managesdk task.

Then if you want to change it for one profile you invoke: 然后,如果要为一个配置文件更改它,则调用:

managesdk -enableProfile -profileName AppSrv01 -sdkname SDK_Name -enableServers

or for all profiles: 或所有配置文件:

managesdk -enableProfileAll -sdkname SDK_Name -enableServers

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

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