问题描述
当我尝试为Eclipse安装ShellED插件时:
When I try to install ShellED plugin for Eclipse:
无法找到一个或多个所需项目,无法完成安装。
正在安装的软件:ShellEd 2.0.0.201007201532-1--773533H735D97(net.sourceforge.shelled.feature.group 2.0.0.201007201532-1--773533H735D97)
缺少要求:ShellEd Core 0.0.0.201007201532(net .sourceforge.shelled.core 0.0.0.201007201532)需要bundle org.eclipse.dltk.core [2.0.0,3.0.0],但找不到
无法满足依赖关系:
From: ShellEd 2.0.0.201007201532-1--773533H735D97(net.sourceforge.shelled.feature.group 2.0.0.201007201532-1--773533H735D97)
To:net.sourceforge.shelled.core [0.0.0.201007201532]
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 Core 0.0.0.201007201532 (net.sourceforge.shelled.core 0.0.0.201007201532) requires 'bundle org.eclipse.dltk.core [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.core [0.0.0.201007201532]
无法安装org.eclipse.dltk.core?你知道在哪里找到吗?
Could not install org.eclipse.dltk.core? Do you know where to find it?
推荐答案
我发现更容易安装
安装Linux Man页面后,从以上链接。
I have found http://www.chasetechnology.co.uk/eclipse/updates to be easier to install
After installing Linux Man page, install ShellEd from the above link.
go Help => install new software => Add
Name: ShellEd
Location: http://www.chasetechnology.co.uk/eclipse/updates
重新启动eclipse
关闭并重新打开andy shell文件和voala语法highlighing将会在那里!
请注意,尽管ShellEd不会创建新的透视图。
但是* .sh,* .bash,* .csh,* .ksh和其他一些sh文件扩展名与ShellEd相关联。
享受!!!
Restart eclipse
close and reopen andy shell file and voala syntax highlighing will be there!!!
Note that ShellEd does not create a new Perspective though.
But *.sh, *.bash, *.csh, *.ksh and few other sh file extentions are associated to ShellEd.
Enjoy!!!
这篇关于在Eclipse Helios中安装ShellEd插件时出现问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!