[Bug 974] New: Classes available from JNLP extensions are not found when using jnlp_href
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue May 1 12:16:45 PDT 2012
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=974
Priority: P3
Bug ID: 974
CC: unassigned at icedtea.classpath.org
Assignee: dbhole at redhat.com
Summary: Classes available from JNLP extensions are not found
when using jnlp_href
Severity: normal
Classification: Unclassified
OS: Linux
Reporter: ddadacha at redhat.com
Hardware: x86_64
Status: NEW
Version: unspecified
Component: Plugin
Product: IcedTea-Web
If you run applets in the browser using jnlp_href and the JNLP passed in
contains extensions, the jars associated with these extension are never added
to the classpath.
I receive a java.lang.ClassNotFoundException when trying to run classes stored
in the jars brought in by the extension.
Steps to reproduce:
1. Create an applet class that uses some helper class, create jars for them
both. Setup a JNLP for both, have applet.jnlp call helper.jnlp as an extension.
2. Run 'javaws -verbose applet.jnlp' with the applet's JNLP, it will run fine.
3. Create HTML file, pass in jnlp_href pointing to the applet's JNLP.
4. Run firefox from terminal, see the java.lang.ClassNotFoundException
Assigning to myself.
--
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/20120501/830ba05b/attachment.html
More information about the distro-pkg-dev
mailing list