switching between Java 8 and 11 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: changer version java terminal
export JAVA_HOME=`/usr/libexec/java_home -v 1.8`