How to use my own java in websphere 8.5.

61 views Asked by At

My client refused to give access to WAS inbuilt JAVA and so I am not able to install my application. I have my own java installed at home/code/java. I set my JAVA_HOME as home/code/java but still when I am running the installation script in UNIX it is referring the same default JAVA_HOME under the Websphere.

Please suggest in which script I need to make the changes.

1

There are 1 answers

0
Brett Kail On

You can only use the Java that is shipped with the WebSphere Application Server full profile. It is not supported to use your own version of Java.

The WebSphere Application Server Liberty profile does support running with your own version of Java. See the Minimum supported Java levels section in the Knowledge Center.