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]
Other format: [Raw text]

Accessing AOT'd Classes from Interpreter


Hello All:

Our efforts to adopt GCJ are proceeding nicely.  We have run into
something that we do not understand, however.

We have discovered, when running applets within our gcj-compiled browser
(interpretively..) that gcj's class resolution mechanism wants to load
all of the classes that the applet needs from external sources.  That
is, regardless of what classes have been "compiled in", ahead-of-time
during the build, the GCJ runtime insists on resolving all of the
classes on which the applet depends from .jars or .classes.

Is it supposed to do this?  And, is it possible to get an applet to use
"compiled in" classes for java.lang.*,java.io.*,... ?

Thanks in advance
craig vanderborgh
voxware incorporated




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