On Thu, Apr 18, 2013 at 3:24 PM, Robert Munteanu <rmunt...@adobe.com> 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: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to