Answers for "change default java"

3

how to change java version in linux

$ sudo update-alternatives --config java
Posted by: Guest on October-30-2020
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
Posted by: Guest on May-14-2020

Code answers related to "change default java"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language