[Bug 3351] Java applet with "." codebase launched via jnlp web-start cannot load. Fails because NON-MAIN classes do not load
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Apr 7 12:43:20 UTC 2017
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3351
--- Comment #1 from JiriVanek <jvanek at redhat.com> ---
Hi!
looking to it. The Kemtrak does:
localObject3 = (java.net.JarURLConnection)localURL.openConnection();
java.util.jar.JarFile localJarFile =
((java.net.JarURLConnection)localObject3).getJarFile();
str9 = localJarFile.getName();
i3 = localJarFile.size();
localJarFile.close();
...
org.freixas.jcalendar.JCalendarCombo localJCalendarCombo = new
org.freixas.jcalendar.JCalendarCombo(java.util.Calendar.getInstance(),
Locale.getDefault(), 1, true, "HH:mm:ss");
Do you mind to try to remove localJarFile.close(); ?
Anyway this is interesting issue. If my bet is correct, then itw needs soem
fix, of mayb java's JarURLConnection needs some fix. (first is more
appropriate).
In all cases the fix will not be easy.
--
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/20170407/50cca33e/attachment.html>
More information about the distro-pkg-dev
mailing list