天天看點

使用 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      

繼續閱讀