This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
How to create .a-Libs from jars?
- From: Linuxhippy <linuxhippy at web dot de>
- To: java at gcc dot gnu dot org
- Date: Tue, 07 Jan 2003 22:22:46 +0100
- Subject: How to create .a-Libs from jars?
Hi there!
And again a stupid newbie-question:
Is it possible to create statically libs out of .jar-Files directly?
gcj -c -shared xy.jar -o xy.so
gives me the dynamic-lib, is it also possible to create static-libs in
the same way?
Sorry for such stupid questions...
Mfg Linuxhippy