Horje
update alternatives java Code Example
update-alternatives java
# Direct
sudo update-alternatives --set php /usr/bin/php7.4
sudo update-alternatives --set php /usr/bin/php8.0
sudo update-alternatives --set php /usr/bin/php8.1

# To ask:
sudo update-alternatives --config php
  
# To show current
sudo update-alternatives --query php
update alternatives java
There are 3 choices for the alternative java (providing /usr/bin/java).

  Selection    Path                                      Priority   Status
------------------------------------------------------------
* 0            /usr/lib/jvm/java-6-openjdk/jre/bin/java   1061      auto mode
  1            /usr/bin/gij-4.4                           1044      manual mode
  2            /usr/lib/jvm/java-6-openjdk/jre/bin/java   1061      manual mode
  3            /usr/lib/jvm/java-6-sun/jre/bin/java       63        manual mode

Press enter to keep the current choice[*], or type selection number:




Java

Related
Hollow pyramid star pattern in java Code Example Hollow pyramid star pattern in java Code Example
one space diagonally in java Code Example one space diagonally in java Code Example
fabricmc concat text Code Example fabricmc concat text Code Example
int to byte calculator Code Example int to byte calculator Code Example
java using the segment Information already before the for-loop Code Example java using the segment Information already before the for-loop Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12