Re: unloading bundled class
Re: unloading bundled class
- Subject: Re: unloading bundled class
- From: Andreas Wolf <email@hidden>
- Date: Fri, 18 May 2001 10:55:27 -0700
Thanks Enrique and Stefan, you rock!
It kind of makes sense that it's at least difficult if not impossible
for a language to get rid of it's
classes. However, if it is possible to dynamically load them it looks
like a bug if it is not possible to unload them. (There have probably
been discussions about that elsewhere -
any links?)
Anyways, knowing that my componentClass is going to remain in memory it
is easy to work around multiple loads.
Thanks again,
-Andreas