Jackson, Bruce wrote:
Does Felix support anything that carries out a similar function to buddy class loading in Equinox? I'm aware of the DynamicImport-Package, but that rather supposes that the bundle who declares this knows the bundles that it needs as "helpers" to load classes.
Sorry, no, Felix does not support any such option. And you are right, dynamic imports are probably not exactly what you want either. Currently, it is possible that the spec will eventually define something like this, but currently there is nothing. However, this should likely only be used in legacy situations, is that your situation?
-> richard
