This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Shrinking/stripping libgcj for superfluous "classes"
- From: Martin Egholm Nielsen <martin at egholm-nielsen dot dk>
- To: java at gcc dot gnu dot org
- Date: Fri, 14 May 2004 16:33:39 +0200
- Subject: Shrinking/stripping libgcj for superfluous "classes"
Hi there,
In case I don't want to have my embedded application static linked, is
there a way to strip the libgcj for "classes" I certainly do not use -
e.g. "java.awt.*", "javax.swing.*", etc.?
Regards,
Martin Egholm