Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] How to know features/plugins installed

I debugged how update manager of eclipse install features/plugins. I found that it won't call BundleContext.installBundle until the eclipse starts next time. So my plug-in can't detect whether new bundles are installed by registering a bundle listener in OSGi framework. Does anybody know how to be notified when new bundles install?

Best Regards
Zhu Meng Xin


Back to the top