Can websphere be configured so that different hosted applications can use different versions of java?
One answer
Hi Keith,
You can install multiple SDK's in to WAS and use the managesdk command to switch the SDK used by a particular profile. So if your extension is deployed on a different profile than RTC you can achieve this. Otherwise you cannot have two WAS applications on the same profile running different SDK's. Hope it helps,