|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ka2ddo.yaac.bootstrap.YAACBootstrap
public class YAACBootstrap
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 |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- String array of command-line argument tokens
java.lang.Exception
- if YAAC could not be invoked for any reason
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |