How can an Eclipse bundle (eg. within activator code) find the dependent Bundle instances at runtime? I would like to find the bundles that Eclipse has choosen to satisfy th
You can open an OSGi console and issue the following commands:
ss
To the the list of bundles, including the numeric id
bundle
to get more information, including dependencies.
You should also try
help
to get more commands