plans to support ZipFile/JarFile?

Jaroslav Tulach jaroslav.tulach at oracle.com
Mon Aug 7 05:50:27 UTC 2017


On pátek 4. srpna 2017 16:23:56 CEST Liam Miller-Cushon wrote:
> Hello,
> 
> I have been experimenting with using native-image on my application, and
> the initial benchmark results are encouraging.
> 
> The only class I encountered that is not supported is java.util.zip.ZipFile.
> There was some previous discussion of that here:
> http://mail.openjdk.java.net/pipermail/graal-dev/2017-February/004859.html.
> Have there been any updates on ZipFile support since that thread?

Hello Liam,
I've been solving similar issue as well and at the end I decided to use 
FastJar code: https://github.com/jtulach/bck2brwsr/commit/
d20ad8a4e4419273000d3b20dce04612c8e494fd - it is not generic ZIP 
implementation, but it works for files generated by Java's jar command.

-jt




More information about the graal-dev mailing list