Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Open OSGi Console in Eclipse Juno?

Tags:

java

osgi

$ eclipse -console

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?

like image 738
Sivasubramaniam Arunachalam Avatar asked Jun 23 '12 09:06

Sivasubramaniam Arunachalam


People also ask

What is OSGi console?

The OSGi console is a command-line interface to the OSGi container. It allows you to do things like start, stop, install bundles, and update or delete bundles.

What is OSGi eclipse?

OSGi, The Dynamic Module System for Java Its proven services model enables application and infrastructure modules to communicate locally and distributed across the network, providing a coherent end-to-end architecture. OSGi specifications have been extensively field-tested and are ready to use.


1 Answers

You can just select the "Host OSGi Console" in the Console View. (You might have to install PDE for it to be there.)

like image 92
mata Avatar answered Oct 12 '22 18:10

mata