public final class Boot
extends java.lang.Object
implements java.security.PrivilegedAction<java.lang.Void>
JNLPRuntime.initialize(boolean) method after configuring
the runtime.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
name |
static java.lang.String |
version |
| Constructor and Description |
|---|
Boot() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] argsIn)
Launch the JNLP file specified by the command-line arguments.
|
java.lang.Void |
run()
The privileged part (jdk1.3 compatibility).
|