This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: Dynamic loading - solutions and more problems



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

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