Проблема
При установке плагина Google для Eclipse 3.7, через http://dl.google.com/eclipse/plugin/3.7 , это заняло почти полчаса и час, и загрузка остановилась в конце.
Длинный список сообщений об ошибках ” .jar был изменен! “запрашиваются в Eclipse.
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\mkyong\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\mkyong\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\mkyong\AppData\Loca \Temp\signatureFile755577951398164410.jar" has been tampered! Invalid content:jars/sisu-guice-2.9.4-no_aop.jar //......
Решение
Из этого потока JDK/JRE 7 приведет к тому, что плагин Google для Eclipse не удастся загрузить.
Чтобы решить эту проблему, измените JRE Eclipse на более стабильную версию, например JRE 6.
Ссылка
Оригинал: “https://mkyong.com/google-app-engine/google-plugin-for-eclipse-jar-has-been-tampered/”