This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: incorporating new code into older gcj - java.util.zip


>>>>> "Vladimir" == Vladimir Leven <vladimirl@wrx-ca.com> writes:

Vladimir> I would like to try using java.util.zip code, but my version of gcj
Vladimir> (3.2.2) does not appear to have it. Is there a way for me to add
Vladimir> functionality selectively without upgrading to a completely new
Vladimir> version of gcc?

Hmm, my gcj 3.2.2, which came with RHL 9, has java.util.zip.
And I remember that we've had zip for a long, long time.
Why do you think you don't have it?

fleche. jar tvvf /usr/share/java/libgcj-3.2.2.jar | grep zip | head -3
     0 Tue Feb 25 07:52:16 MST 2003 java/util/zip/
   229 Tue Feb 25 07:51:06 MST 2003 java/util/zip/ZipConstants.class
  1149 Tue Feb 25 07:51:06 MST 2003 java/util/zip/Adler32.class

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]