com.partnersoft.platform.j2se
Class J2seBootstrap

java.lang.Object
  extended by com.partnersoft.platform.j2se.J2seBootstrap

public class J2seBootstrap
extends java.lang.Object

Bootstraps the Partner system environment within the Java J2SE runtime.

This class takes care of various startup chores like initializing logging and setting various Java properties.

You shouldn't need to run this class at all; it's run by the J2seLauncher.

Copyright 2006-2007 Partner Software, Inc.

Version:
$Id: J2seBootstrap.java 2474 2010-03-13 14:28:43Z paul $
Author:
Paul Reavis, Russell Cagle

Constructor Summary
J2seBootstrap()
           
 
Method Summary
static void pull(boolean modular)
          Sets up the Partner system environment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J2seBootstrap

public J2seBootstrap()
Method Detail

pull

public static void pull(boolean modular)
Sets up the Partner system environment. Only does this once. If it's been called before it just sticks a warning in the log and returns.