This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: How to create .a-Libs from jars?
Op di 07-01-2003, om 21:34 schreef Tom Tromey:
> >>>>> ">" == Clemens Eisserer <linuxhippy@web.de> writes:
Hey Clemens, aren't you on the FJEAP list too???
> You can create a .o file that you then put into a .a file.
I'd rather create the .o files from the java sources directly, this
seems to give less problems. It doesn't really help when there are
resources present in the jar files that the java classes need to access,
does it?