I ran into the same problem, moving from 3.5 to 3.8.2. They changed the implementation of the console, which now relies on the felix gogo project . You will need to start the following packages along with the standard equinox:
- org.eclipse.equinox.console_1.0.100.v20121001-124408.jar
- org.apache.felix.gogo.shell_0.10.0.v201211091412.jar
- org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar
- org.apache.felix.gogo.command_0.10.0.v201209301215.jar
You can add them to the bundle list to start by default in the config.ini file as follows:
Your directory structure should be
- org.eclipse.osgi_3.8.2.v20130124-134944.jar - configuration/ config.ini
source share