Equinox start error (console bundle is missed)

前端 未结 5 2113
醉梦人生
醉梦人生 2020-12-05 21:27
java.version=1.6.0_10
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
 Command-line arguments:  -console -configuratio         


        
5条回答
  •  自闭症患者
    2020-12-05 22:02

    • Go to META-INF/MANIFEST.MF

    • Right click Run As/Run Configuration/RAP Application/(Select entry point under this tree node)

    • Select Tab Bundles/

    • Check org.apache.felix.gogo.command , org.apache.felix.gogo.runtime , org.apache.felix.gogo.shell , org.eclipse.equinox.console

    • Click Add requered Bundles

    • Click Validate Bundles ==> No Problem was detected

    • Apply.

    Now run ok.

提交回复
热议问题