classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: java.util.zip


From: Tom Tromey
Subject: Re: java.util.zip
Date: 03 Sep 2001 14:45:41 -0600

>>>>> "Ian" == Ian Rogers <address@hidden> writes:

Ian> I'm trying to build the current cvs tree and can't due to
Ian> dependencies between java.util.jar and java.util.zip. It seems
Ian> there are some source files still to be checked in for
Ian> java.util.zip. I can't e-mail the maintainer directly so I
Ian> thought I'd ask here if anyone knows when the missing files will
Ian> be added to java.util.zip? The web site says things are nearly
Ian> complete.

I don't know the precise status of java.util.zip.

There is a zip implementation in libgcj you could use.  It relies on
native code, though.  Someone rewrote this code to use JNI a while
back but I don't know what happened with that.

Another choice is `jazzlib', which is a pure Java zlib
implementation.  I don't know the status of this either.

Either way, some work is required.  Lately I've been doing a fair
amount of merge work, but java.util.zip is pretty low on my list
(currently I'm working on java.text, but io, lang, security, and net
are all ahead of zip).

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]