alternatives

Managing different software versions that provide the same functionality

When multiple version of the JDK are install it is possible to set the default version to use by running the following command:

/usr/sbin/alternatives --config java

Last updated