0% found this document useful (0 votes)
82 views1 page

Set Java Home on Ubuntu

This document provides instructions to install IBM JDK on a Linux system. It instructs the user to use the alternatives command to install the IBM Java binary located at /opt/IBMJava2-amd64-142/jre/bin/java as the default Java runtime. The user is then told to run alternatives --config java to configure the new Java installation.

Uploaded by

sairamb_143
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
82 views1 page

Set Java Home on Ubuntu

This document provides instructions to install IBM JDK on a Linux system. It instructs the user to use the alternatives command to install the IBM Java binary located at /opt/IBMJava2-amd64-142/jre/bin/java as the default Java runtime. The user is then told to run alternatives --config java to configure the new Java installation.

Uploaded by

sairamb_143
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

Please use the below command to install IBM JDK.

alternatives --install /usr/bin/java java /opt/IBMJava2-amd64-142/jre/bin/java 1 Then use the above command i.e alternatives --config java

You might also like