Download and Install IBM JAVA

Download IBM JDK from https://developer.ibm.com/languages/java/semeru-runtimes/downloads/?license=IBM

  1. Extract the downloaded file.

›_ Console

# tar xf ibm-semeru-certified-jdk_x64_linux_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.