My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Usage  
Use and application of JNLP Loader and Web Loader
Featured
Updated Nov 29, 2009 by john.douglas.pritchard

Requires

Java 1.5 or better.
JNLP attributes "codebase" and (relative) "href" attributes on all JNLP files loaded.

Native Loader

The loader.Main class loader implements the most essential loading and running features of the JNLP description tree.

Example

For an example, see the fv3tk codebase -- in particular the ant build script buildloader.gears.xml. This script demonstrates how the application loader jar file is the loader code with the application JNLP file in the location "/main.jnlp".

See also

About

Web Loader

The WebLoader is a version of the JNLP Loader that will not permit loading native code, or using classes that use or access any of the restricted classes.
The manifest main class in a web loader archive is loader.sandbox.WebLoader
This archive contains the resource /main.jnlp that describes the application.
And this archive contains the contents of the jnlp-loader-V.jar archive.

Example

For an example, see the test webloader ant build script and the test webloader ant run script.

See also

AntTest

Sign in to add a comment
Powered by Google Project Hosting