plans to support ZipFile/JarFile?

Benoit Daloze eregontp at gmail.com
Mon Aug 7 09:35:34 UTC 2017


Note that ZipInputStream/ZipOutputStream seem to work fine with
native-image, which might be enough for your needs.

On Sat, Aug 5, 2017 at 1:23 AM, Liam Miller-Cushon <cushon at google.com>
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?
>
> Thanks,
>


More information about the graal-dev mailing list