Run OSGi Console of RCP Application (NOT the Host OSGi console)
Solution 1:
Include bundles
- org.eclipse.eqinox.console,
- org.apache.felix.gogo.runtime,
- org.apache.felix.gogo.shell
in your run configuration.
Also add option -console
to your program arguments.
When developing it is sometimes useful to use option -debug
and -consoleLog
also.
Solution 2:
Add the option -console to your program arguments.