quick-docs/modules/ROOT/pages/_partials/proc_switching-between-java-versions.adoc
Liu Yongji ccf39120c9 Update modules/ROOT/pages/_partials/proc_switching-between-java-versions.adoc
Edit the wrong command to verify java version.
2021-01-25 23:37:36 +00:00

17 lines
389 B
Text

= Switching between Java Versions
You might have installed several versions of Java on your system, you can switch from one
After running this command, you will see a a list of all installed Java versions, select t
----
sudo alternatives --config java
----
Simply enter a selection number to choose which java executable should be used by default.
* verify:
----
java --version
----