On Thu, Apr 18, 2013 at 3:24 PM, Robert Munteanu <[email protected]> wrote:
> ...The reason I need to hold on to the bundle is to load classes using that 
> its classloader
> at a later point in time...

Can't you do that using getClass().getClassLoader() on a class that's
inside that bundle?

I *think* keeping references to Bundle objects is fine if you track
them with a BundleTracker, but that sounds somewhat complicated.

-Bertrand

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to