This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: more .o vs .class and classloaders
- From: Jeff Sturm <jsturm at one-point dot com>
- To: steve <steve at netfuel dot com>
- Cc: java at gcc dot gnu dot org
- Date: Thu, 12 Jun 2003 17:23:09 -0400 (EDT)
- Subject: Re: more .o vs .class and classloaders
On Thu, 12 Jun 2003, steve wrote:
> Is is possible to do something like this using pure machine code, not
> byte code.
SharedLibLoader is a partial solution to this; it hooks the
_Jv_RegisterClass function so a DSO can be loaded into a non-default
classloader.
There's currently no way to statically load both Hello classes (i.e. as .o
files).
Jeff