[Bug 1026] Apps fail to run because of the nanoxml parser's strict XML validation
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Mon Mar 11 09:31:39 PDT 2013
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1026
--- Comment #3 from Nikolay Kuznetsov <nikolay.kuznetsov.ru at gmail.com> ---
Yes, I have developed it. XML file is valid. I have verified it using JaNeLa
tool.
Now I have removed OpenJDK and installed Oracle JVM. It works perfectly with
same xml file. And works under Windows for tens of people.
I have replace domain and removed couple of lines of parameters. This how my
jnlp file would like:
<jnlp spec="1.0+" codebase="http://mydomain.com/play/"
href="http://mydomain.com/play/Applet.jnlp">
<information>
<title>Applet</title>
<vendor>mydomain</vendor>
<homepage href="null"/>
</information>
<security>
<j2ee-application-client-permissions/>
</security>
<update check="timeout" policy="always"/>
<resources>
<java href="http://java.sun.com/products/autodl/j2se" version="1.6+"/>
<jar href="http://mydomain.com/play/applet.jar" part="true"
download="eager" main="true"/>
<jar href="http://mydomain.com/play/lib/gson-2.2.2.jar" download="lazy"
main="false"/>
<jar href="http://mydomain.com/play/lib/log4j-1.2.16.jar" part="true"
download="eager" main="false"/>
<jar href="http://mydomain.com/play/lib/netty-3.5.11.Final.jar" part="true"
download="eager" main="false"/>
<jar href="http://mydomain.com/play/lib/protobuf.jar" part="true"
download="eager" main="false"/>
<jar href="http://mydomain.com/play/lib/slf4j-api-1.6.1.jar"
download="lazy" main="false"/>
<jar href="http://mydomain.com/play/lib/slf4j-log4j12-1.6.1.jar"
download="lazy" main="false"/>
</resources>
<applet-desc name="Evolution Applet"
main-class="org.myproject.client.swing.applet.AppletApp"
documentbase="http://mydomain.com/play/applet.html" width="1600" height="799">
<param name="name" value="Nikolay Kuznetsov"/>
</applet-desc>
</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/20130311/1c06fff8/attachment.html
More information about the distro-pkg-dev
mailing list