0

私は今日Eclipse indigo ideを持っています。Eclipseマーケットプレイスを介して更新しました。追加されたSpringSource Tool Suite (STS)IDEは必要なファイルをダウンロードrestartし、Eclipseを再起動するように尋ねましたが、次のようなエラーが発生しました

`ここに画像の説明を入力

そのliogファイルでは、1つの例外は次のようになります

    !ENTRY org.eclipse.osgi 4 0 2013-02-05 15:19:06.515
!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:344)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

それで、これを修正する方法????

事前に感謝

4

1 に答える 1

0

eclipse.core.runtimeIDE の再インストールに問題があるようです。

于 2013-02-05T10:02:53.723 に答える