
  The JOMC Project - JOMC CLI - README.txt
  Version 1.0-alpha-11 Build 2009-12-07T03:17:41+0000
  http://jomc.sourceforge.net/jomc/1.0-alpha-11/jomc-cli

  Object management and configuration tools command line interface.

    See the output of the 'jomc' application for further information. For
    launching that application use of the scripts found in the 'bin' directory
    is recommended. As a fallback, the Java archive found in the 'bin' directory
    can be executed using the standard Java application launcher.

    bin/jomc (Unix)
    bin/jomc.bat (Windows)
    java -jar bin/jomc-cli-1.0-alpha-11.jar

    The 'lib/ext' directory contains Java archives needed with JDK 1.5.

    export JOMC_OPTS="-Djava.ext.dirs='path to lib/ext directory'".
    bin/jomc (Unix)
    bin/jomc.bat (Windows)
    java -Djava.ext.dirs=lib/ext -jar bin/jomc-cli-1.0-alpha-11.jar

    The 'lib/tools' directory contains Java archives for embedding the JOMC
    tools. The jomc-tools-1.0-alpha-11.jar archive contains the
    corresponding tool classes.
