如何在eclipse luna中安装shelled

how to install shelled in eclipse luna

我正在尝试在最新的 Eclipse Luna 中安装 shelled,但出现以下错误:

    An error occurred while collecting items to be installed
session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.eclipse.egit,3.7.1.201504261725-r
No repository found containing: osgi.bundle,org.eclipse.egit.core,3.7.1.201504261725-r
No repository found containing: osgi.bundle,org.eclipse.egit.doc,3.7.1.201504261725-r
No repository found containing: osgi.bundle,org.eclipse.egit.ui,3.7.1.201504261725-r
No repository found containing: osgi.bundle,org.eclipse.jgit,3.7.1.201504261725-r
No repository found containing: osgi.bundle,org.eclipse.jgit.archive,3.7.1.201504261725-r
No repository found containing: org.eclipse.update.feature,org.eclipse.egit,3.7.1.201504261725-r
No repository found containing: org.eclipse.update.feature,org.eclipse.jgit,3.7.1.201504261725-r
No repository found containing: osgi.bundle,org.eclipse.jgit.java7,3.7.1.201504261725-r
No repository found containing: org.eclipse.update.feature,org.eclipse.jgit.java7,3.7.1.201504261725-r
No repository found containing: osgi.bundle,org.slf4j.impl.log4j12,1.7.2.v20131105-2200

我曾尝试从存档和 Bash script plugin for Eclipse? 本地安装它,但所有这些都失败了。

有什么想法吗?

尝试从更新站点手动下载插件,然后按照此处的说明进行操作:how-to-install-plugin-for-eclipse-from-zip

最后我设法通过删除 eclipse luna 并从头开始重新下载来安装它...我仍然不明白为什么我的旧 eclipse 中出现错误...这很烦人,因为我有一个我的旧 eclipse 中安装了很多插件,我不得不重新安装它们(这次我首先安装了 shelled 以消除其中一个插件干扰 shelled 安装的可能性......)。在我看来,这像是 eclipse(或其插件之一)中的错误。

为了解决 Luna (4.4.2.M20150204-1700) 的这个问题,我必须安装 dltk :

转到帮助 => 安装,新软件 => 添加

Name: DLTK

Location: http://download.eclipse.org/technology/dltk/updates-dev/5.3.1/

我只选择了第一个复选框:"Dynamic Languages Toolkit Core Frameworks"

然后我安装了ShellEd by following this tutorial : how-to-install-plugin-for-eclipse-from-zip

这是我在 Eclipse Luna 上成功安装 shelled 的方法。

步骤:

提示:

  • 关键部分要勾选上面提到的选项,否则会失败。尽管它很慢而且对于大多数其他插件来说不是必需的。

如果您正在寻找一个很好的 shell eclipse 编辑器插件,这里是:

http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=3261650

只需将 "install" 按钮拖到 Eclipse 工作区。它将自动安装。