使用 Eclipse OSGI

本文研究Eclipse4.2 (Juno) 中运行OSGI所需的最基本的bundle,与Eclipse3.7 Indigo 作为对比


Juno (Eclipse 4.2) 的OSGI 依赖的最基本插件 为:

org.eclipse.osgi
org.eclipse.equinox.console
org.apache.felix.gogo.runtime
org.apache.felix.gogo.command
org.apache.felix.gogo.shell

运行实力如下:

id	State       Bundle
0	ACTIVE      org.eclipse.osgi_3.8.0.v20120529-1548
2	ACTIVE      org.eclipse.equinox.console_1.0.0.v20120522-1841
3	ACTIVE      org.apache.felix.gogo.runtime_0.8.0.v201108120515
4	ACTIVE      org.apache.felix.gogo.command_0.8.0.v201108120515
5	ACTIVE      org.apache.felix.gogo.shell_0.8.0.v201110170705

Indigo (Eclipse 3.7) 的OSGI 依赖的最基本插件为:

org.eclipse.osgi

运行实力如下:

id State       Bundle

0	ACTIVE      org.eclipse.osgi_3.7.2.v20120110-1415



發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章