Download and Install IBM JAVA

Download IBM JDK from https://developer.ibm.com/languages/java/semeruruntimes/downloads/ .

  1. Extract the downloaded file.

›_ Console

# tar xf ibm-semeru-open-jdk_x.x.tar.gz 
  1. Update the PATH variable to include IBM JAVA utilities in user’s bash_profile. For example, if the user is root, then add the below content in /root/.bash_profile.

.bash_profile

export PATH=<Path_to_IBM_JAVA>/bin:$PATH 
  1. Logout and login again for changes to take effect.