2

私はAndroidアプリケーションの開発にeclipse3.7.2を使用しています...ヘルプタブからの新しいアップデートをインストールし、コード管理用のSubversiveプラグインをインストールするまで、すべてが正常に機能しました。

エラーは次のとおりです。

Eclipseエラーウィンドウ

上記のパスに記載されているエラーファイルを開きましたが、不足しているファイルが何であるかを推測できませんでした。ファイルには次のようなものが含まれています。

     !SESSION 2012-08-14 11:23:27.945 -----------------------------------------------
     eclipse.buildId=M20120208-0800
     java.version=1.6.0_30
     java.vendor=Sun Microsystems Inc.
     BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
     Framework arguments:  -product org.eclipse.epp.package.java.product
     Command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.java.product

      !ENTRY org.eclipse.osgi 2 0 2012-08-14 11:23:28.945
      !MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
      !SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-14 11:23:28.945
      !MESSAGE Bundle  reference:file:plugins/org.eclipse.ui.navigator.resources_3.4.300.v20110928-1505.jar was  not resolved.
      !SUBENTRY 2 org.eclipse.ui.navigator.resources 2 0 2012-08-14 11:23:28.945
      !MESSAGE Missing required bundle org.eclipse.jface_[3.6.0,4.0.0).
      !SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-14 11:23:28.945
      !MESSAGE Bundle reference:file:plugins/org.eclipse.compare.win32_1.0.200.I20110510-0800.jar was not resolved.
       !SUBENTRY 2 org.eclipse.compare.win32 2 0 2012-08-14 11:23:28.945
       !MESSAGE Missing required bundle org.eclipse.jface_[3.5.0,4.0.0).
          !SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-14 11:23:28.945
       !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.workbench_3.7.1.v20120104-1859.jar was not resolved.
       !SUBENTRY 2 org.eclipse.ui.workbench 2 0 2012-08-14 11:23:28.945
       !MESSAGE Missing required bundle org.eclipse.jface_[3.5.0,4.0.0).
       !SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-14 11:23:28.945
       !MESSAGE Bundle reference:file:plugins/org.eclipse.mylyn.commons.ui_3.7.1.v20120425-0100.jar was not resolved.
        !SUBENTRY 2 org.eclipse.mylyn.commons.ui 2 0 2012-08-14 11:23:28.945
        !MESSAGE Missing required bundle org.eclipse.jface_0.0.0.
        !SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-14 11:23:28.945
        !MESSAGE Bundle reference:file:plugins/org.eclipse.mylyn.commons.notifications_0.9.1.v20120412-0100.jar was not resolved.



          ...etc etc

それで、誰かがこれを手伝うことができますか?

事前にあなたの助けと感謝に感謝します。

4

2 に答える 2

2

プラグインを確認してくださいorg.eclipse.jface。古いバージョンのようです。プラグインはバージョン3.5以降または3.6以降を必要とするため、文句を言います。

Eclipseプラグインレジストリビューを使用して、プラグインまたはOSGIコンソールを調べることができます。コンソールの詳細については、同様の質問について以前に行った回答を確認してください。

于 2012-08-14T09:29:27.777 に答える
2

再インストールしたくない場合はOK(実際にはリセットアップの方が正しいようです)、日食をダウンロードしてください
org.eclipse.jface.databinding_1.5.0.I20100907-0800.jar
org.eclipse.jface.text_3.7.2.v20111213-1208.jar

org.eclipse.jface_3.7.0.v20110928-1505.jar

そしてそれらを入れeclipse_installed_directory/plugins/て楽しんでください;)
エラーがまだ来ているかどうか私に知らせてください

于 2012-08-14T11:50:33.820 に答える