How can I get the classloader for a osgi bundle in eclipse equinox setup. Thanks, Suraj
|
|
|
|
|
|
|
The short answer (certainly for OSGi 4.1, not sure of 4.2) is you can't get a bundle's classloader. However the |
||
|
|
|
|
In normal java code, you can get the class loader that loaded a given object with
Or even just
The same applies to Equinox, just use an object or type that comes from the bundle you are interested in. |
||
|
|
