com.virtuosotechnologies.asaph.launch
Class SafeLaunch

java.lang.Object
  extended bycom.virtuosotechnologies.asaph.launch.SafeLaunch

public class SafeLaunch
extends Object

Safe launcher. Performs various checks before invoking launch. This class must be runnable within the Java 1.1 environment.


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

Constructor Detail

SafeLaunch

public SafeLaunch()
Method Detail

main

public static void main(String[] args)
Main