在ubuntu上设置eclim的问题
我下载了eclim,并按照安装指南 它需要 Eclipse Helios 3.6.x。
因此,我手动安装了该版本的 Eclispe,因为它不在 Ubuntu 的存储库中。
接下来发生的事情是,当我尝试安装 eclim 时,它说它无法识别我拥有的 eclipse 版本。
您对如何解决这个问题有什么建议吗?
I downloaded eclim, and according to the installation guide
it requires Eclipse Helios 3.6.x.
So, I went and installed that version of Eclispe manually because it is not at Ubuntu's repositories.
What happened next was that, when I tried installing eclim, it said that it cannot recognize the eclipse version that I have.
Do you have any suggestions of how to resolve this issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
手动安装的Eclipse通常不在使用软件中心时安装Eclipse的路径中。我在尝试安装 eclim 时也遇到了这个问题。
有两种方法可以修复它。
ant -Declipse.home=/where/you/installed/eclipseto
希望这对您有所帮助,祝您使用 eclim 快乐。真的很棒。
The Eclipse that you install manually is not usually on the path that Eclipse is installed to when using the software center. I had this problem too while trying to install eclim.
There are two ways to fix it.
ant -Declipse.home=/where/you/installed/eclipseto
Hope this helped, and merry days using eclim. It's really great.