GCJ and dynamic linking
Dachuan Yu
dachuan.yu@yale.edu
Mon Sep 17 17:32:00 GMT 2001
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
More information about the Java
mailing list