Windows 上的 javahl subclipse 64 位安装
获取
- Windows 7 - 64 位
- Eclipse indigo
- Java VM 64 位
- 从 http://www.sliksvn.com javahl (64位版本)正确安装的
- 路径环境变量也指向包含 javahl librarires 的文件夹
安装 subclipse 时,我得到
加载了不兼容的 JavaHL 库。需要 1.6.x 或更高版本。
我应该怎么做才能让 subclipse 正常工作?
Got
- Windows 7 - 64 bit
- Eclipse indigo
- Java VM 64 bit
- javahl from http://www.sliksvn.com (64 bit version) properly installed
- path environment variable points also to the folder containing javahl librarires
When installing subclipse, I'm getting
Incompatible JavaHL library loaded. 1.6.x or later required.
What should I do to get subclipse properly working ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
该消息应该说需要 1.6.x。您可能安装了 SlikSVN 1.7.x。只需安装专为 SVN 1.7 设计的 Subclipse 1.8。现在还包括 JavaHL 64 位二进制文件。
The message should have said 1.6.x required. You probably installed SlikSVN 1.7.x. Just install Subclipse 1.8 which is designed for SVN 1.7. It also includes the JavaHL 64-bit binaries now.
我认为首选的解决方案是如果可能的话升级到 subclipse 1.8。如果您不能这样做(例如,因为 m2e-eclipse 等其他依赖项仍在使用 subclipse 1.6),那么您只需要安装 SlikSVN x64 的早期 (1.6) 版本。
例如,您可以获得:
http://www.sliksvn.com/pub/Slik-Subversion -1.6.17-x64.msi。
当 SlikSVN 1.7.1(截至撰写本文时为当前版本)因原始问题中提供的确切错误而失败时,它为我完成了这项工作。
只需从 URL 中去掉 MSI 即可查看以前版本的列表:
http://www.sliksvn.com/pub/
I think the preferred solution is to upgrade to subclipse 1.8 if possible. If you can't do that (e.g., because other dependencies like m2e-eclipse are still using subclipse 1.6), then you just need to install an earlier (1.6) version of SlikSVN x64.
For instance, you can get:
http://www.sliksvn.com/pub/Slik-Subversion-1.6.17-x64.msi.
which did the job for me when SlikSVN 1.7.1 (current as of this writing) failed with the exact error provided in the original question.
Just strip the MSI off the URL to see a list of previous releases:
http://www.sliksvn.com/pub/
您可以在安装过程中尝试使用“以管理员身份运行”来运行 Eclipse。我注意到否则安装的一部分会进入错误的文件夹。
You might try to run Eclipse with "run as administrator" during the install. I have noticed that otherwise part of the install goes to wrong folders.