Answers for "upgrade java on linux"

7

how to change java version in linux

$ sudo update-alternatives --config java
Posted by: Guest on October-30-2020
0

linux change java

export JAVA_HOME="path that you found"

export PATH=$JAVA_HOME/bin:$PATH
Posted by: Guest on March-26-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language