I read some equinox code and a document. I realized that currently only loading classes for java. * The package is delegated to the parent class loader (given that I have not changed the org.osgi.bootdelegation property, which, by the way, seems to be null). Then who downloads the javax.swing classes. *. I have not mentioned this anywhere in the imported packages / required packages, but it loads just fine anyway. I wanted to know who the hell is “formally” responsible for downloading it? Thank you very much in advance.
eclipse swing classloader osgi equinox
Suraj chandran
source share