I have JDK 7 installed on my machine.
I have JDK 7 patch installed on Websphere 8.5.5.0
When I try to run the following command I get an error.
Command
managesdk.bat -enableProfile -profileName AppSrv01 -sdkName 1.7_64
Error
CWSDK0009E: Unexpected exception com.ibm.websphere.management.exception.AdminException: com.ibm.websphere.management.exception.AdminException: CWLCA0012E: The sdk 1.7_64 is not available on node XXXXXX
where XXXXXX is my node name.
Does anyone know how to fix this?
PS: Listing does tell me that I've JDK 7 installed.
C:\Program Files (x86)\IBM\WebSphere\AppServer\bin>managesdk -listAvailable
CWSDK1003I: Available SDKs :
CWSDK1005I: SDK name: 1.6_64
CWSDK1005I: SDK name: 1.7_64
CWSDK1001I: Successfully performed the requested managesdk task.