Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] How to get the ClassLoader of one bundle?

Hi, all:
 
    I want to get the ClassLoader of one bundle.
    I can use ClassLoader cl = Bundle.loadClass(..).getClassLoader(); to load a class, but sometimes I don't know any class of one bundle. So, can i use another way to get the ClassLoader not knowing any class of the bundle?
 
    Can anyone help me? thanks,
 
Regards,
Tony Wang


雅虎免费邮箱-3.5G容量,20M附件

Back to the top