org.ka2ddo.yaac.bootstrap
Class YAACBootstrap

java.lang.Object
  extended by org.ka2ddo.yaac.bootstrap.YAACBootstrap

public class YAACBootstrap
extends java.lang.Object

This is the bootstrap program for the YAAC program. It accepts the command line arguments to pass to the real YAAC program after it figures out the java.library.path system property. Only usable on standard JRE environments where the AWT and Swing packages are available.


Method Summary
static void main(java.lang.String[] args)
          Launch the YAAC program's bootstrap.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Launch the YAAC program's bootstrap.

Parameters:
args - String array of command-line argument tokens
Throws:
java.lang.Exception - if YAAC could not be invoked for any reason