|
WebLoader
The web loader sandbox
Featured See also JNLP Services The web loader sandbox will permit web .jar files to operate only within code policies. Current work on web loader services is in progress.
The web loader will drop native library resources. The web loader will drop application classes using any of the following java core restricted classes. java.lang.Class java.lang.ClassLoader java.lang.reflect.Field java.lang.reflect.Method java.net.URLClassLoader java.security.SecureClassLoader java.lang.Runtime java.lang.System java.io.File java.io.RandomAccessFile java.io.FileInputStream java.io.FileOutputStream The web loader protects the sandbox and defines its API by prohibiting use or access to the following restricted classes.loader.Main loader.Loader loader.Jar loader.Nativelib loader.Extension loader.Clean loader.Find
Refer to current work.
See also Usage.
In the trunk directory, typeant jarforjnlp-loader-V.jar
An application jar having manifest attributeMain-Classdefined asloader.sandbox.Webloader This jar contains the contents ofjnlp-loader-V.jarand an application main JNLP file in the jar (zip) archive location/main.jnlp |
► Sign in to add a comment