netx.jnlp.runtime
Class Boot13
public class Boot13
extends URLClassLoader
Allows a Policy and SecurityManager to be set in JRE1.3 without
running the code with only applet permissions; this class is
for backward compatibility only and is totally unnecessary if
running in jdk 1.4 or later (can call Boot directly).
getPermissions
protected PermissionCollection getPermissions(CodeSource source)
loadClass
public Class loadClass(String name)
throws ClassNotFoundException
main
public static void main(args[] )
throws Exception