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).
Version:
$Revision: 1.5 $
Author:
Jon A. Maxwell (JAM) - initial author

Method Summary

protected PermissionCollection
getPermissions(CodeSource source)
Class
loadClass(String name)
static void
main(args[] )

Method Details

getPermissions

protected PermissionCollection getPermissions(CodeSource source)

loadClass

public Class loadClass(String name)
            throws ClassNotFoundException

main

public static void main(args[] )
            throws Exception