[Bug 3587] javaws add all JAR files embeeded inside JNLP references JAR file to the JNLP classpath

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon May 14 08:54:09 UTC 2018


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

JiriVanek <jvanek at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from JiriVanek <jvanek at redhat.com> ---
Sorry, I fail to parse the bugreport.

What is connection between  embedded jars  being on classpath, and LibreOffice
jars from local installation being (reasonably) inaccessible? 

IIRC, what you describe is implementation (your app) issue. if you need to load
external applications, you need to create your own classlaoder (or, worse, to 
hack current classlaoder), and you can not propagate those up to the jnlp
classlaoder.  This part is very correct and changing it is so fundamental
change to java sandbox thqat it is not possible.
However, nothing prevents  you to load the classes which ITW already loaded.
into your url classloader. Taht includes both embedded and normal jars.
WDYT?

-- 
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/20180514/8c33e0e1/attachment.html>


More information about the distro-pkg-dev mailing list