<jnlp spec="1.0+" codebase="http://localhost:8015/app16" href="jwstest.jnlp">
<information>
<title>Hello JWS Test</title>
<vendor>me</vendor>
<offline-allowed/>
</information>
<resources>
<j2se version="1.4"/>
<jar href="jwstest.jar"/>
</resources>
<application-desc main-class="test.swing.LabelExample"/>
</jnlp>
|