The rh-java-common package provides a set of commonly used Java libraries
and tools for packaging Java applications. For more information
about Software Collections, see the scl(1) man page.

Usage: scl enable rh-java-common bash

Software Collections allow you to build and execute applications which
are not located in the file system root hierarchy but instead are stored in
an alternative location. The location is /opt/rh/rh-java-common/root in
case of the rh-java-common Software Collection.

The primary purpose of the rh-java-common Software Collection is to provide
support for other Software Collections. These Software Collections may depend
on rh-java-common and make use of common Java libraries and packaging tools
provided by this collection. The contents of this Software Collection
may change without prior notice.

When you want to start working with the rh-java-common Software Collection, use the
scl utility to enable the SCL environment. See the scl(1) man page for
usage.

Examples:
scl enable rh-java-common 'command --arg'
  Run a specific command with the argument --arg from within the
  rh-java-common Software Collection environment.

scl enable rh-java-common bash
  Run an interactive shell with the rh-java-common Software Collection
  enabled.

Report any bugs to <http://bugzilla.redhat.com>.
