如何在Eclipse Juno中打开OSGi控制台

如何在Eclipse Juno中打开OSGi控制台

问题描述:

#eclipse -console

以上命令打开OSGi控制台和eclipse IDE在不同的窗口中。是否有任何选项可以在eclipse的控制台视图中引入OSGi控制台?

the above command opens OSGi console and eclipse IDE in different windows. Is there any options where OSGi Console can be brought inside in console view of eclipse?

是的。转到Eclipse中的运行配置... 。双击OSGi Framework将为您添加一个新的Run Project。在第一个视图中,您可以添加要运行的所有包。但是现在取消选择all并单击run。然后OSGi控制台将在Eclipse中打开。

Yes there is. Go to Run Configuration... in Eclipse. Double click on OSGi Framework will add a new Run Project for you. In the first view you can add all bundles you want to run. But for now deselect all and click on run. Then an OSGi console will be open in Eclipse.