This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
GCJ and dynamic linking
- To: java at gcc dot gnu dot org
- Subject: GCJ and dynamic linking
- From: Dachuan Yu <dachuan dot yu at yale dot edu>
- Date: Mon, 17 Sep 2001 20:31:59 -0400
- Organization: Yale University
Does GCJ support dynamic linking?
Option 1: compiling from Java source code (.java)
into an executable.
Option 2: compiling from Java bytecode (.class) into
an executable.
Either option above seems to generate a fully
(statically) linked and self-contained executable.
In other words, when any components of the
application change, the whole thing has to be
re-compiled. Does GCJ support any kind of dynamic
linking? If yes, how to turn it on?
Thanks!
Dachuan