public class WebstartBootstrap
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 WebstartLauncher.
Copyright 2008 Partner Software, Inc.
| Constructor and Description |
|---|
WebstartBootstrap() |
| Modifier and Type | Method and Description |
|---|---|
static void |
pull(java.lang.String baseUrl)
Sets up the Partner system environment.
|