Zip file system provider only works with default file system

Philippe Marschall philippe.marschall at gmail.com
Sat Dec 8 11:40:40 PST 2012


On Sat, Dec 8, 2012 at 8:33 PM, Xueming Shen <xueming.shen at oracle.com> wrote:
> ZFS tries to create a temporary file at the same directory as your zipfile
> by invoking
> the File.createTempFile().

But it's done on the wrong file system. ZFS does it no the default
file system, instead of the file system the ZIP file resides on.

Cheers
Philippe


More information about the nio-dev mailing list