Run OSGi Console of RCP Application (NOT the Host OSGi console)

Solution 1:

Include bundles

  1. org.eclipse.eqinox.console,
  2. org.apache.felix.gogo.runtime,
  3. 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.