Could not find bundle: org.eclipse.equinox.console

问题描述

  org.osgi.framework.BundleException: Could not find bundle:
  org.eclipse.equinox.console  

解决方案

步骤一:eclipse.ini 设置 jdk

-vm /usr/java/jre1.7.0_06/bin/java

步骤二、在Run> Run Configurations中设置添加除org.eclipse.osgi以外的,如下4个bundles

    org.eclipse.equinox.console  
    org.apache.felix.gogo.command  
    org.apache.felix.gogo.runtime  
    org.apache.felix.gogo.shell  

你可能感兴趣的:(osgi)