change default java ubuntu code example
Example 1: set default java version
# on linux
sudo update-alternatives --config java
# then just input the number of the jdk you
# want to use as default and hit Enter
Example 2: ubuntu change default java path
sudo update-alternatives --config java