public final class Boot
extends java.lang.Object
implements java.security.PrivilegedAction<java.lang.Void>
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.