-t: illegal argument
usage: java [-options] class

where options include:
    -help             print out this message
    -version          print out the build version
    -v -verbose       turn on verbose mode
    -debug            enable JAVA debugging
    -noasyncgc        don't allow asynchronous gc's
    -verbosegc        print a message when GCs occur
    -cs -checksource  check if source is newer when loading classes
    -ss<number>       set the C stack size of a process
    -oss<number>      set the JAVA stack size of a process
    -ms<number>       set the initial Java heap size
    -mx<number>       set the maximum Java heap size
    -classpath <directories separated by colons>
                      list directories in which to look for classes
    -prof             output profiling data to ./java.prof
    -verify           verify all classes when read in
    -verifyremote     verify classes read in over the network [default]
    -noverify         do not verify any class
