"

2013 FRC Java API

"

com.sun.squawk
Class JavaApplicationManager

java.lang.Object
  extended by com.sun.squawk.JavaApplicationManager

public class JavaApplicationManager
extends Object

The Java application manager is the master isolate used to coordinate application execution.


Method Summary
static void main(String[] args)
          Main routine.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
Main routine.

Parameters:
args - the command line argument array
Throws:
Exception

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"