PaP
Class boot

java.lang.Object
  |
  +--PaP.boot
All Implemented Interfaces:
java.io.Serializable

public class boot
extends java.lang.Object
implements java.io.Serializable

This tiny class is a workaround for java runtime being very slow at processing Runtime.exec() external process creation issued from large classes (!?).

See Also:
Serialized Form

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

Constructor Detail

boot

public boot()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception