使用 Eclipse x64 进行子剪辑
我刚刚购买了一台新计算机 x64 并安装了 Windows 7 和 Eclipse Helios x64。当我尝试安装 subclipse 时,它不起作用......经过几次尝试安装它并在 eclipse 尝试检查依赖关系时卡住了,我确实安装了它,但它根本不起作用。
当我将视角转向 SVN 存储库时,出现错误。不管怎样,我下载了 Eclipse Helios x86 并且也卡在了依赖检查部分。但经过一段时间的尝试后,它已安装并且现在可以工作了。
但问题是我想安装 eclipse helios x64,因为我有一台 x64 计算机。
有人遇到相同或类似的问题吗?你是怎么解决的?
谢谢。
I've just bought a new computer x64 and intalled windows 7 and Eclipse Helios x64. When I tried to install subclipse it didn't work... after a few times trying to install it and getting stuck when eclipse was trying to check the dependences, I did get to install it but it simply didn't work.
When I chenged the perspective to SVN Repository I got an error. Anyway, I downloaded Eclipse Helios x86 and also got stuck on the dependeces checking part. But after a while trying it was installed and now it works.
But the thing is that I want to install eclipse helios x64 since I have a x64 computer.
Did anybody have the same or a similar problem? How did you solve it?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我正在使用 Eclipse64 和一个可用的 SVN 插件。
但我将 SVN 客户端接口从“Java HAL”更改为“SVNKit”,效果更好。我通过 Yoxos 安装了这个模块,然后在首选项 Team > 中切换SVN> SVN 与 SVNKit 的接口。
I'm using Eclipse64 with a working SVN plugin.
But I changed the SVN Client interface from "Java HAL" to "SVNKit" which works much better. I installed this module via Yoxos and then switched in the preferences Team > SVN > SVN interface to SVNKit.
如果您想坚持使用 JavaHL 方式访问存储库,您还可以安装 64 位版本的 JavaHL。
引用此处 - 查看
Windows 64 位
段落。它会将您重定向到 slik subversion 客户端您可以安装整个客户端(我无法仅安装 javahl与自定义安装)
要确保将其考虑在内,请编辑 eclipse.ini 文件,并在
-vmargs
行之后添加-Djava.library.path=C:\programs \slik
(或者,如果您已经有 jni 路径的项目,请添加您自己的路径)。If you want to stick to JavaHL way of accessing the repository, you can also install the 64 bits version of JavaHL.
Referenced here - look at the paragraph saying
Windows 64-bit
. It will redirect you to slik subversion clientYou can install the whole client (I could not install only javahl with the custom install)
To make sure it is taken into account, edit your eclipse.ini file and, after the
-vmargs
line, add-Djava.library.path=C:\programs\slik
(or if you already have an item for the jni path, add your own path).