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 -configuration runtime
ENTRY org.eclipse.osgi 4 0 2012-03-28 15:50:09.721
!MESSAGE Could not find bundle: org.eclipse.equinox.console
!STACK 0`enter code here`
org.osgi.framework.BundleException: Could not find bundle: org.eclipse.equinox.console
at org.eclipse.osgi.framework.internal.core.ConsoleManager.checkForConsoleBundle(ConsoleManager.java:211)
at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:297)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.core.runtime.adaptor.EclipseStarter.main(EclipseStarter.java:151)
!ENTRY org.eclipse.osgi 4 0 2012-03-28 15:50:09.737
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.core.runtime.adaptor.EclipseStarter.main(EclipseStarter.java:151)
Run Code Online (Sandbox Code Playgroud)
sea*_*g9x 17
去 META-INF/MANIFEST.MF
右键点击 Run As/Run Configuration/RAP Application/(Select entry point under this tree node)
选择 Tab Bundles/
校验 org.apache.felix.gogo.command , org.apache.felix.gogo.runtime , org.apache.felix.gogo.shell , org.eclipse.equinox.console
单击"添加已重新包装的包"
单击验证包==> No Problem was detected
应用.
现在运行正常.
从Equinox系统捆绑包中删除了控制台功能.现在应该明确安装(felix gogo console).
下载Equinox SDK并将此类文件复制到您的equinox插件文件夹:
org.apache.felix.gogo.command_0.8.0.v201108120515.jar org.apache.felix.gogo.runtime_0.8.0.v201108120515.jar org.apache.felix.gogo.shell_0.8.0.v201110170705.jar org.eclipse.equinox .console_1.0.0.v20111215-1210.jar
更新配置文件夹中的config.ini并将此子字符串添加到属性osgi.bundles
参考:文件:org.eclipse.equinox.console_1.0.0.v20111215-1210.jar @ 4中,参考:文件:org.apache.felix.gogo.shell_0.8.0.v201110170705.jar @ 4中,参考:文件:有机apache.felix.gogo.runtime_0.8.0.v201108120515.jar @ 4中,参考:文件:org.apache.felix.gogo.command_0.8.0.v201108120515.jar@4,