Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

update-java-alternatives(8) [debian man page]

UPDATE-JAVA-ALTERNATIVES(8)				      System Manager's Manual				       UPDATE-JAVA-ALTERNATIVES(8)

NAME
update-java-alternatives - update alternatives for jre/sdk installations SYNOPSIS
update-java-alternatives [--jre] [--plugin] [-t|--test|-v|--verbose] -l|--list [<jname>] -s|--set <jname> -a|--auto -h|-?|--help DESCRIPTION
update-java-alternatives updates all alternatives belonging to one runtime or development kit for the Java language. A package does pro- vide these information of it's alternatives in /usr/lib/jvm/.<jname>.jinfo. OPTIONS
-l|--list [<jname>] List all installed packages (or just <jname>) providing information to set a bunch of java alternatives. Verbose output shows each alternative provided by the packages. -a|--auto Switch all alternatives of registered jre/sdk installations to automatic mode. -s|--set <jname> Set all alternatives of the registered jre/sdk installation to the program path provided by the <jname> installation. --jre Limit the actions to alternatives belong to a runtime environment, not a development kit. --jre-headless Limit the actions to alternatives belong to the headless part of a runtime environment. --plugin Limit the actions to alternatives providing browser plugins. -h|--help Display a help message. -t|--test Don't actually do anything, just say what would be done. The implementation status of this option is the same as for update-alter- natives (not implemented). -v|--verbose Verbose output. FILES
/usr/lib/jvm/.*.jinfo A text file describing a jre/sdk installation. Consists of some variables of the form <var>=<value> and a list of alternatives of the form jre|jdk <name> <path>. AUTHOR
update-java-alternatives and this manual page was written by Matthias Klose <doko@ubuntu.com>. May 2006 UPDATE-JAVA-ALTERNATIVES(8)

Check Out this Related Man Page

WMANAGERRC-UPDATE(1)					    BSD General Commands Manual 				      WMANAGERRC-UPDATE(1)

NAME
wmanagerrc-update -- update your wmanager settings automatically SYNOPSIS
wmanagerrc-update DESCRIPTION
The wmanagerrc-update program creates or updates the ~/.wmanagerrc file with a list of X11 window managers currently installed on the system. On systems that do not have a convention for registering X window managers, wmanagerrc-update simply copies the contents of the ~/.wmanagerrc.user file to ~/.wmanagerrc. On systems that register the installed X window managers, the wmanagerrc-update program adds all of them to the wmanager(1) configuration so that they are available soon after installation. Currently, only Debian GNU/Linux and similar systems that use the update-alternaties(8) mechanism are supported. Locally installed window managers and things not registered as alternatives for x-window-manager(1) can be added to the file ~/.wmanagerrc.user in the .wmanagerrc format; see the wmanager(1) README file, usually /usr/share/doc/wmanager/README.gz, for more information. The wmanagerrc-update program uses the entries first from ~/.wmanagerrc.user, then from the the registered window managers, in the order of update-alternatives(8) priorities. You can override this by listing entries in wanted order in ~/.wmanagerrc.order, separated by whitespace. BUGS
Concurrent wmanagerrc-update processes may clobber the .wmanagerrc file. SEE ALSO
wmanager(1), wmanager-loop(1), update-alternatives(8) HISTORY
The wmanagerrc-update program was written by Tommi Virtanen in 2000 and later modified by Peter Pentchev. This manual page was originally written in perldoc format by Tommi Virtanen in 2000, and converted to mdoc format and updated by Peter Pentchev in 2008. AUTHORS
Tommi Virtanen <tv@debian.org> Peter Pentchev <roam@ringlet.net> BSD
May 22, 2008 BSD
Man Page