public class J2seBootstrap
extends java.lang.Object
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.
| Constructor and Description |
|---|
J2seBootstrap() |
| Modifier and Type | Method and Description |
|---|---|
static void |
pull(boolean modular)
Sets up the Partner system environment.
|