[Bug 3650] net.sourceforge.jnlp.runtime.AppletEnvironment.startApplet

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Nov 29 09:25:08 UTC 2018


https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3650

--- Comment #17 from JiriVanek <jvanek at redhat.com> ---
(In reply to Radhadatta from comment #16)
> (In reply to JiriVanek from comment #15)
> > Yes. tahts what you have to debug and  prepare reproducer for me. You will
> > most likely need sources of that app., or decompile it.
> 
> It is difficult to prepare a reproducer on our application . Can you please
> clarify my below query? 
> 
> 1- If I use <application-desc> instead of <applet-desc> the jnlp file is not
> properly formatted. Do I need to change any configuration settings?

Application desc and applet-desc have absolutely different internals. Read
theirs documentation first. 
In your case, you chaged  applet to application, without changing the
parameters (map) to arguments (list).


> 
> 2- Do we need to change any specific JNLP syntax for ITW? 

no. Your xml must be well-formed, and valid by jnlp specification.


Before next questions, please study what and how jnlp protocol should be
working.

-- 
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/20181129/c093be3d/attachment.html>


More information about the distro-pkg-dev mailing list