JDK7's java.util.zip breakage with very large files

Alexander Sack pisymbol at gmail.com
Thu Feb 7 20:47:19 UTC 2013


On Thu, Feb 7, 2013 at 3:36 PM, Kumar Srinivasan
<kumar.x.srinivasan at oracle.com> wrote:
> On 2/7/2013 12:23 PM, Xueming Shen wrote:
>>
>> There is difference between doing
>>
>> "jar xvf data.jar data"
>>
>> and
>>
>> "jar xvf data.jar"
>
>
> you can also use zipinfo -v to check CEN entries.

Wow, that works too. Hmph. I think bvi led me astray...my apologies.
Seems like it won't show me past 2.3GB for whatever reason (I guess
that is a buffer limitation, it certainly didn't barf at me).

I just did `tail -n 100 data.jar > out` and then bvi'ed that and I see
it. (od as well).

I am truly sorry for the noise (bad day),

-aps



More information about the core-libs-dev mailing list