アプレットが埋め込まれた html ページを登録する osgi バンドルを作成しました。
プラグイン プロジェクトは次のように構成されています。
/META-INF/MANIFEST.MF
/thesis/bot/wab/Activator.class //BundleActivator
/thesis/bot/wab/Applet/DApplet.class //extends JApplet
/home.html
DApplet から BundleContext を取得するにはどうすればよいですか?