How to open the OSGi console in Eclipse Juno

#eclipse -console

the above command opens the OSGi console and the Eclipse IDE in different windows. Are there any options in which the OSGi Console can be introduced into the eclipse console view?

+5
source share
2 answers

Yes there is. Go to Run Configuration...in Eclipse. Double-click the OSGi Framework to add a new Run project for you. In the first view, you can add all the packages that you want to run. But for now, deselect all and click "Run." Then the OSGi console will open in Eclipse.

+2
source

"Host OSGi Console" . (, PDE, .)

+13

All Articles