Moses DeJong wrote:
> Well, sharing is always good. Perhaps I have run into something you have
> not and vice versa. The Jar stuff is really nasty because the
> java.util.zip is so badly implemented and documented (this is Sun's
> fault). This last 10% is much more difficult to get working than
> the previous 90%. You are welcome to use my impl if you like but if
> you want to "roll your own" I would understand.

I'd be happy to look at your code and give my opinions. But the parts of my
program that don't really function yet are the actual file operations. I can
list the contents of a jar file and extract files from it, but that is where
I stopped since we don't have functioning zip or jar yet.  (I probably
didn't even hit the 10% you had trouble getting to work). Are you relying
solely on java.util.zip?  This greatly increase the complexity of the
program.

-- 
Aaron M. Renn ([EMAIL PROTECTED]) http://www.urbanophile.com/arenn/

Reply via email to