This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

GCJ and dynamic linking



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]