Dynamic loading - solutions and more problems
Matt Welsh
mdw@cs.berkeley.edu
Sun Apr 2 22:39:00 GMT 2000
Bryce McKinlay <bryce@albatross.co.nz> writes:
> Yep! Go ahead and compile in all the dependencies. Of course, you'll need to
> compile in the dependencies' dependencies' as well, and so on.
Crap, you're right.
> I think you
> will soon discover that the dynamic loading mechanism you want is quite
> unneccessary ;-)
I disagree ... one of the real painful things about gcj is that we can't
do dynamic loading unless we're willing to fall back onto interpretation,
which sucks (especially if we ever plan to do anything interesting like
RMI, EJB, etc.)
I have some ideas about how to make this really transparent. Just working
out whether it's even feasible to implement them at the moment.
Matt
More information about the Java
mailing list