2012-01-10 77 views
0

我試圖安裝一些插件到我的Eclipse Gallileo,比如Eclipse Web開發工具等等。無論我嘗試什麼,我都會遇到同樣的錯誤:安裝Eclipse更新時出錯

An error occurred during the org.eclipse.equinox.internal.provisional.p2.engine.phases.CheckTrust phase. 
     session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.CheckTrust, operand=, action=). 
     Cannot connect to keystore. 
     Uninitialized keystore 
+0

你正在使用哪個操作系統? – 2012-01-10 09:37:28

+0

Linux操作系統Ubuntu 64位 – 2012-01-10 09:39:54

回答

0

在Eclipse中認爲Oracle證書不被Oracle VM信任。

在Eclipse FAQ:

When I try to install a plug-in, I get a "Cannot connect to keystore." error, what should I do?Check that you are not using GCJ to run Eclipse. This problem may also surface if you are using IcedTea or an OpenJDK 6 build.

Install Java 6 from Sun and use that to run Eclipse instead.

+0

以下是我從盒子複製: java.runtime.name = OpenJDK的運行環境 java.runtime.version = 1.6.0_20-b20的 java.specification.name = Java平臺API規範 java.specification.vendor = Sun Microsystems Inc. java.specification.version = 1.6 java.vendor = Sun Microsystems Inc. java.version = 1.6.0_20 java.vm.info =混合模式 java.vm.name = OpenJDK 64位服務器虛擬機 java.vm.specification.name = Java虛擬機規範 java.vm.specification.vendor = Sun Microsystems Inc. java.vm.specification.v ersion = 1.0 java.vm.vendor = Sun Microsystems Inc. java.vm.version = 19.0-b09 – 2012-01-15 07:11:24

0

通過升級到靛藍解決。