Плагин Google для Eclipse - jar был подделан

Плагин Google для Eclipse - jar был подделан!

проблема

При установке подключаемого модуля Google для Eclipse 3.7 черезhttp://dl.google.com/eclipse/plugin/3.7 загрузка и остановка в конце заняли почти полчаса.

В Eclipse появляется длинный список сообщений об ошибках «.jar has been tampered!».

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=).
No repository found containing: osgi.bundle,org.eclipse.m2e.maven.indexer,1.0.200.20111228-1245
Retry another mirror
Problems downloading artifact: osgi.bundle,org.eclipse.m2e.maven.runtime,1.0.200.20111228-1245.

File has invalid content:C:\Users\example\AppData\Local\Temp\signatureFile755577951398164410.jar
Invalid content:jars/aether-connector-wagon-1.11.jar

The file "jars/aether-connector-wagon-1.11.jar" in the jar "C:\Users\example\AppData\Local
\Temp\signatureFile755577951398164410.jar" has been tampered!
Invalid content:jars/guice-plexus-shim-2.0.0.jar
Invalid content:jars/maven-aether-provider-3.0.2.jar

The file "jars/maven-aether-provider-3.0.2.jar" in the jar "C:\Users\example\AppData\Loca
\Temp\signatureFile755577951398164410.jar" has been tampered!
Invalid content:jars/sisu-guice-2.9.4-no_aop.jar
//......

Решение

Из этогоthread JDK / JRE 7 вызовет сбой загрузкиGoogle plugin for Eclipse.

Чтобы решить эту проблему, измените JRE Eclipse на более стабильную версию, например, JRE 6.

change jre in eclipse

Related