[Bug 2240] JNLP file soes not start up intended application
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Mon Feb 23 14:13:50 UTC 2015
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2240
Jie Kang <jkang at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jkang at redhat.com
--- Comment #4 from Jie Kang <jkang at redhat.com> ---
The JNLP file has a typo. s/vender/vendor
The file needs to be fixed by the host in order to work.
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Created by jessica on December 18, 2002, 3:47 PM -->
<jnlp
spec="1.0+"
codebase="http://www-pw.physics.uiowa.edu/das2/"
href="Calculator.jnlp">
<information>
<title>Calculator Demo Application</title>
<vendor>University of Iowa Space Plasma Wave Group</vender>
<homepage href="http://www-pw.physics.uiowa.edu"/>
<description>Demostration</description>
</information>
<offline-allowed/>
<resources>
<j2se version="1.3+"
href="http://java.sun.com/products/autodl/j2se"/>
<j2se version="1.3+" />
<jar href="Calculator.jar"/>
</resources>
<application-desc main-class="Calculator" />
</jnlp>
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20150223/0f5bb5d4/attachment.html>
More information about the distro-pkg-dev
mailing list