1

我正在尝试按照链接http://code.google.com/p/opensocial-development-environment/wiki/InstallationGuide中的安装指南在 Eclipse Helios 中安装 Opensocial 插件,但出现以下错误。

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=).
Error closing the output stream for osgi.bundle,com.googlecode.osde,1.0.0 on repository 
file:/C:/eclipse3.6/.
Error unzipping C:\Users\NISHU~1.TAY\AppData\Local
\Temp\com.googlecode.osde_1.0.02564973307123246955.jar: Invalid zip file format

我怎样才能摆脱这个错误?

4

1 回答 1

0

您应该在可用软件站点中删除指向 file:/C:/eclipse3.6/ 的存储库(在 Preferences -> Install/Update 下)。

删除后,可以在Work with: url 中输入地址: http : //opensocial-development-environment.googlecode.com/svn/update-site/site.xml 并回车。

如果它不起作用(它对我不起作用,但可能是因为这里的互联网连接很糟糕),您可以随时下载 jar 并将它们放在 c:/eclipse3.6/plugins 下。

于 2012-04-05T14:08:59.327 回答