how to set JAVA_HOME in Websphere Application server 8.5

java, websphere

Solution

Use the documented `managesdk` command.

Problem

Since WAS 8.5 is by default shipped with IBM JDK6, I have installed IBM JDK7 using the Installation Manager But when I run my application, it's taking the IBM JDK6 instead of JDK7 Can someone please let me know how to set JAVA_HOME to take the JDK7 instead of JDK6 Thanks in advance

Original source

Related problems