Alternatives
Jump to navigation
Jump to search
Internal
Overview
alternatives
Obtain the Alternatives for an Executables
alternatives --display java
alternatives --display java | grep priority
Set an Alternative Interactively
alternatives --config java
Set an Alternative Non-Interactively
alternatives --set java /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/bin/java
The exact path can be obtained with --display.