[Bug 3417] crash on startup

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri Jul 7 08:21:31 UTC 2017


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3417

--- Comment #6 from JiriVanek <jvanek at redhat.com> ---
Will be fixed like this after proper testing:
  diff -r 05816fb84c59 netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java
--- a/netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java    Wed Jun 28
19:32:19 2017 +0200
+++ b/netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java    Fri Jul 07
10:32:06 2017 +0200
@@ -1263,7 +1263,7 @@
                                         // (inline loading with "jar:..!/..."
path will not work
                                         // with standard classloader methods)

-                                        String extractedJarLocation =
localFile.getParent() + "/" + je.getName();
+                                        String extractedJarLocation =
localFile + ".nested/" + je.getName();
                                         File parentDir = new
File(extractedJarLocation).getParentFile();
                                         if (!parentDir.isDirectory() &&
!parentDir.mkdirs()) {
                                             throw new
RuntimeException(R("RNestedJarExtration"));

-- 
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/20170707/56eaf571/attachment.html>


More information about the distro-pkg-dev mailing list