Переключение между различными Java. Linux
To switch between installed java versions, use the update-java-alternatives
command.
List all java versions:
Set java version as default (needs root permissions):
…where /path/to/java/version
is one of those listed by the previous command (e.g. /usr/lib/jvm/java-7-openjdk-amd64
).
Additional information
update-java-alternatives
is a convenience tool that uses Debian’s alternatives system (update-alternatives
) to set a bunch of links to the specified java version (e.g.java
,javac
, …).