Lon*_*don 5 java eclipse eclipse-plugin
有一天,我遇到了这个问题:Eclipse的Bash脚本插件?,这个想法很棒.
所以我去了下载网站下载了这个插件,但我没有手动安装任何eclipse插件,所以我真的不知道如何安装一个.
我解压缩了我下载的这个zip文件,它看起来像这样:

接下来我该怎么办,如何安装此插件?谢谢
当我尝试使用从本地目录安装新软件安装它时,我收到此错误:
Cannot complete the install because one or more required items could not be found.
Software being installed: ShellEd 2.0.0.201007201532-1--773533H735D97 (net.sourceforge.shelled.feature.group 2.0.0.201007201532-1--773533H735D97)
Missing requirement: ShellEd UI 0.0.0.201007201532 (net.sourceforge.shelled.ui 0.0.0.201007201532) requires 'bundle org.eclipse.dltk.launching [2.0.0,3.0.0)' but it could not be found
Cannot satisfy dependency:
From: ShellEd 2.0.0.201007201532-1--773533H735D97 (net.sourceforge.shelled.feature.group 2.0.0.201007201532-1--773533H735D97)
To: net.sourceforge.shelled.ui [0.0.0.201007201532]
Run Code Online (Sandbox Code Playgroud)
问题2:
Cannot complete the install because one or more required items could not be found.
Software being installed: ShellEd 2.0.0.201007201532-1--773533H735D97 (net.sourceforge.shelled.feature.group 2.0.0.201007201532-1--773533H735D97)
Missing requirement: ShellEd UI 0.0.0.201007201532 (net.sourceforge.shelled.ui 0.0.0.201007201532) requires *'bundle org.eclipse.linuxtools.man 0.0.0'* but it could not be found
Cannot satisfy dependency:
From: ShellEd 2.0.0.201007201532-1--773533H735D97 (net.sourceforge.shelled.feature.group 2.0.0.201007201532-1--773533H735D97)
To: net.sourceforge.shelled.ui [0.0.0.201007201532]
Run Code Online (Sandbox Code Playgroud)
我不知道这意味着什么
我刚刚使用Drop-ins成功安装了它.这取决于DLTK和linux工具手册页插件.
要安装Eclipse 3.6 Helios,帮助>安装新软件:
将完整文件夹 (ShellEd-Update-2.0.0_M3) 复制到 eclipse/dropins。您应该从目标位置删除 site.xml 文件,并且 - 我认为仍然有必要 - 查看 features 文件夹并提取所有 *.jar 文件(文件夹名称 = jar 文件名)。
但您也应该能够从本地 zip 文件源安装该插件。“安装新软件”对话框应该有一个选项...
澄清一下 - 当然,不建议手动安装。尽管 OSGi 非常强大并且 Eclipse 不会崩溃,但您可能会遇到缺少依赖项的问题。最坏的情况:插件将不会安装(从 OSGi 的角度来看)。因此,如果可能,请使用“安装新软件”并从供应商的互联网页面安装插件。如果不可能:手动安装,将 jar 解压缩到功能文件夹中,如果仍然不起作用:使用该选项启动 eclipse-console并检查已安装插件的状态。OSGi 会告诉您插件是否未启动以及原因。
错误消息:该bash插件依赖于另一个名为ShellEd(版本:2.0.0.201007201532)的插件。看起来它没有包含在bash发行版中,因此您必须先安装它(或与 一起安装bash)。
你可以在这里找到它:ShellEd
还需要这个:动态语言工具包(2.0 到 3.0 之间的任何版本)。这是提示:bundle org.eclipse.dltk.launching