com.partnersoft.v3x.platform
Class LaunchJava

java.lang.Object
  extended by com.partnersoft.v3x.platform.LaunchJava

public class LaunchJava
extends java.lang.Object

Initiates the Java virtual machine; adds jars and then launches the named class. This class (and any others in this package) cannot depend on _anything_ else other than stock 1.3 JVM classes.


Constructor Summary
LaunchJava(java.lang.String[] apps, java.lang.String jarPath, boolean verbose)
           
 
Method Summary
 void launch()
           
static void main(java.lang.String[] args)
          Serious magic here.
 void setupPython()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaunchJava

public LaunchJava(java.lang.String[] apps,
                  java.lang.String jarPath,
                  boolean verbose)
Method Detail

main

public static void main(java.lang.String[] args)
Serious magic here.


launch

public void launch()

setupPython

public void setupPython()
                 throws java.lang.Exception
Throws:
java.lang.Exception