Java Reference
In-Depth Information
myApp.jar
<jnlp spec="1.0+">
<information>
...
</information>
<resources>
<j2se version="1.2+" />
<jar href="bin/myApp.jar" />
<jar href="bin/myIcons.jar" />
...
<extension
name="Installer"
href="installer-ext.jnlp">
<extension
name="component"
href="basicLib-ext.jnlp">
</extension>
</resources>
<application-desc />
</jnlp>
myInstaller.jar
myIcons.jar
<jnlp spec="1.0+">
<information>
...
</information>
<resources>
<j2se version="1.2+" />
<jar href="myInstaller.jar" />
...
</resources>
<application-desc />
</jnlp>
<jnlp spec="1.0+">
<information>
...
</information>
<resources>
<j2se version="1.3" />
<jar href="lib.jar" />
...
<nativelib href="n-lib.jar" />
</resources>
<application-desc />
</jnlp>
lib.jar
n-lib.jar
9
F IGURE 9.2
The dynamic structure of an example JNLP file.
Search WWH ::




Custom Search