netx.jnlp.runtime
Class Boot
- PrivilegedAction
public final class Boot
extends java.lang.Object
implements PrivilegedAction
This is the main entry point for the JNLP client. The main
method parses the command line parameters and loads a JNLP
file into the secure runtime environment. This class is meant
to be called from the command line or file association; to
initialize the netx engine from other code invoke the
JNLPRuntime.initialize
method after configuring
the runtime.
static void | main(String[] argsIn) - Launch the JNLP file specified by the command-line arguments.
|
Object | run() - The privileged part (jdk1.3 compatibility).
|
main
public static void main(String[] argsIn)
Launch the JNLP file specified by the command-line arguments.
run
public Object run()
The privileged part (jdk1.3 compatibility).