This tutorial helps you to switch between multiple Java versions on Debian system. For example, you have installed multiple Java versions on your Debian Linux system. Now you want to switch to other Java version as default Java.

Advertisement

Use update-alternatives command to set default Java version as following command:

sudo update-alternatives --config java

According to the above screenshot, I have selection option 2 which will set Oracle Java 8 as default Java version on your system. You can use java -version command to view default version.

Share.
Leave A Reply


Exit mobile version