2020-06-04 09:27:51 +02:00
|
|
|
= Switching between Java Versions
|
|
|
|
|
2022-06-06 06:23:50 +00:00
|
|
|
You might have installed several versions of Java on your system, you can switch from one.
|
2020-06-04 09:27:51 +02:00
|
|
|
|
2022-06-06 06:23:50 +00:00
|
|
|
After running this command, you will see a list of all installed Java versions, select:
|
2020-06-04 09:27:51 +02:00
|
|
|
|
|
|
|
----
|
|
|
|
sudo alternatives --config java
|
|
|
|
----
|
|
|
|
|
|
|
|
Simply enter a selection number to choose which java executable should be used by default.
|
|
|
|
|
|
|
|
* verify:
|
|
|
|
|
|
|
|
----
|
2022-03-13 16:02:50 +00:00
|
|
|
java -version
|
2020-06-04 09:27:51 +02:00
|
|
|
----
|