2012-03-31 25 views
4

Eclipse IndigoをクリーンなPCにダウンロードした後、http://dl.google.com/eclipse/plugin/3.7からダウンロードしてSDKとGoogle Pluginをダウンロードしようとすると、エラーの発生が約35%で始まります。追加のEclipse Indigoファイルをインストールする

Install download1 
An internal error occurred during: "Install download1". 
Comparison method violates its general contract! 

Install download2 
An internal error occurred during: "Install download1". 
Comparison method violates its general contract! 

Install download3 
An internal error occurred during: "Install download1". 
Comparison method violates its general contract! 

Installing Software 
An error occurred while collecting items to be installed 
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). 
Multiple problems occurred while downloading. 
Unable to write to repository: file:/C:/Users/erice/Downloads/eclipse-jee-indigo-win32-x86_64/eclipse/. 
C:\Users\erice\Downloads\eclipse-jee-indigo-win32-x86_64\eclipse\plugins\com.ning.async-http-client_1.6.3.201112281337.jar (Access is denied) 
Unable to write to repository: file:/C:/Users/erice/Downloads/eclipse-jee-indigo-win32-x86_64/eclipse/. 
C:\Users\erice\Downloads\eclipse-jee-indigo-win32-x86_64\eclipse\plugins\com.ning.async-http-client_1.6.3.201112281337.jar (Access is denied) 
No repository found containing: osgi.bundle,org.eclipse.m2e.archetype.common,1.0.200.20111228-1245 
No repository found containing: osgi.bundle,org.eclipse.m2e.maven.indexer,1.0.200.20111228-1245 
No repository found containing: osgi.bundle,org.eclipse.m2e.maven.runtime,1.0.200.20111228-1245 
No repository found containing: osgi.bundle,org.jboss.netty,3.2.4.Final-201112281337 

手がかりはありますか?

答えて

7

これは、Eclipse 3.7の既知の問題は、Javaで実行されている7

回避策:

  • 使用JRE7u5(最後のバージョン)
  • JRE7を使用して、小さなめったに文書化されていない機能 セットをtheresのシステムプロパティjava.util.Arrays.useLegacyMergeSort = true これは古い実装を使用する必要があります。 (テストしませんでしたが、プロパティを検索できます;-))

詳細については、bug 317785を参照してください。

+0

私は、Java 6 JREに格下げされ、すべてがAndroidのものを除き、インストール動作します。何がありますか? 1つ以上の必須項目が見つからないため、インストールを完了できません。インストールされているソフトウェア:Android用Google App Engineツール... 必要条件がありません:com.google.gdt.eclipse.mobile.androidに 'bundle com.android.ide.eclipse.adt 12.0.0'が必要ですが見つかりませんでした 依存関係を満たすことができません: 投稿者:Android用のGoogle App Engineツール2.5.2.v201203300216-rel-r37(com.google.gdt.eclipse.mobile.android ... – user963070

+0

Google App EngineとGWTのダウンロードをチェックしますデザイナー。 – user963070

0

これはJava 6 JREへのダウングレードと、App Engineのダウンロードに関するADTのダウンロードの組み合わせです。

0

私も同様の問題がありました。 Androidネイティブ開発ツールをインストールできませんでした。このエラーが発生しました - 「ダウンロード3のインストール中に内部エラーが発生しました。比較メソッドが一般契約に違反しています」

Helios更新サイトからCDT(C/C++開発ツール)をインストールしました。次にAndroid Native Development Toolsをインストールすることができました。

ホープこれは誰か

0

私は、Eclipse BIRTインディゴへのプラグインのインストール中にこの問題を抱えていたのに役立ちます。 Update Managerでusing this URLで解決しました。 this URLしか存在しなかったので、最初にURLを追加する必要がありました。

2

古いJavaバージョンでEclipseを実行しようとします。

D:\ Eclipseの\日食のJ2EE藍>日食-vm C:\ Javaの\ jdk1.6.0_31の\ビンの\ javaw.exeの

それは私のために働いてコマンドラインからEclipseを起動。

(-vmがあなたのjreインスタレーションを指しているに注意してください:。。。EclipseはJAVA_HOME変数を使用していない、それはその独自のJavaを使用しています)

関連する問題