This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: how to read jar file
- To: Ian Zhang <hhzhang at yahoo dot com>
- Subject: Re: how to read jar file
- From: Tom Tromey <tromey at redhat dot com>
- Date: 12 Dec 2000 12:13:41 -0700
- Cc: java-discuss at sourceware dot cygnus dot com
- References: <20001212012409.24449.qmail@web10005.mail.yahoo.com>
- Reply-To: tromey at redhat dot com
>>>>> "Ian" == Ian Zhang <hhzhang@yahoo.com> writes:
Ian> From the document on the Red Hat web site, the gcj program can
Ian> read a jar file. But I tried the gcj which come from Red Hat 7
Ian> and did not make it work. It seems to me that gcj can only read
Ian> .java or .class files. Can anyone help me with this and tell me
Ian> exact command format?
Bryce didn't mention it, but this feature was only added after the RH
7 gcj was created. The cvs gcj can (and the upcoming gcj in gcc 3.0
will be able to) read compressed jar archives.
Tom