S
Steven J. Sobol
I created a small Swing test app and deployed it with this JNLP file:
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://stevesobol.com">
<information>
<title>SS Test</title>
<vendor>Steve Sobol</vendor>
<homepage href="/blogged" />
<description>Test 1</description>
<icon href="/content/test1.png"/>
<icon href="/content/test1s.png" kind="splash"/>
</information>
<offline-allowed/>
<security>
<j2ee-application-client-permissions/>
</security>
<resources>
<j2se version="1.4+" />
<jar href="/content/test1.jar"/>
</resources>
<application-desc main-class="net.justthe.pcregistry.Test" />
</jnlp>
How do I get the downloaded file to show up in Add/Remove Programs on
Windows XP SP2 and Windows Vista?
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://stevesobol.com">
<information>
<title>SS Test</title>
<vendor>Steve Sobol</vendor>
<homepage href="/blogged" />
<description>Test 1</description>
<icon href="/content/test1.png"/>
<icon href="/content/test1s.png" kind="splash"/>
</information>
<offline-allowed/>
<security>
<j2ee-application-client-permissions/>
</security>
<resources>
<j2se version="1.4+" />
<jar href="/content/test1.jar"/>
</resources>
<application-desc main-class="net.justthe.pcregistry.Test" />
</jnlp>
How do I get the downloaded file to show up in Add/Remove Programs on
Windows XP SP2 and Windows Vista?