This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Question about compiling .jar files?
- From: Dan Bolser <dmb at mrc-dunn dot cam dot ac dot uk>
- To: java at gcc dot gnu dot org
- Date: Sat, 27 Nov 2004 02:04:49 +0000 (GMT)
- Subject: Question about compiling .jar files?
I should note that I can compile the colt package with no problem..
gcj -c colt-1.2.0.zip -o colt-1.2.0.o
Works instantly.
I need to compile the jung-1.5.jar to link against my code so I can
compile my code.
I can't find a how to for linking multiple required jar files into a
single compile step.