jxl.enclosure
Class Main

java.lang.Object
  extended by jxl.enclosure.Main

public class Main
extends java.lang.Object

Main class to start Enclosure or perform class launch, or install.

Author:
Alex Lynch

Method Summary
static void main(java.lang.String[] args)
          If no arguments are given Enclosure will display a class launching gui.
 
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
If no arguments are given Enclosure will display a class launching gui. If arguments are given the gui will not be shown, and the arguments will be used to launch or install a class. The first argument will be used as the fully qualified name of the class to launch or install. If the class has a main method it will be invoked with any remaining arguments.

Parameters:
args - the command line arguments
Throws:
java.lang.Exception - If any error occurs in the Enclosure startup proccess