eclipse 在 Windows 上安装 javahl subclipse 64 位

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/8042587/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 20:40:24  来源:igfitidea点击:

javahl subclipse 64 bit installation on windows

eclipse64-bitsubclipsejavahl

提问by Francis Martens

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
  • Windows 7 - 64 位
  • 日蚀靛蓝
  • Java 虚拟机 64 位
  • 正确安装来自http://www.sliksvn.com(64 位版本)的javahl
  • path 环境变量也指向包含 javahl 库的文件夹

When installing subclipse, I'm getting

安装 subclipse 时,我得到

Incompatible JavaHL library loaded. 1.6.x or later required.

加载了不兼容的 JavaHL 库。需要 1.6.x 或更高版本。

What should I do to get subclipse properly working ?

我应该怎么做才能让 subclipse 正常工作?

回答by Mark Phippard

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.

该消息应该说需要 1.6.x。您可能安装了 SlikSVN 1.7.x。只需安装专为 SVN 1.7 设计的 Subclipse 1.8。它现在还包括 JavaHL 64 位二进制文​​件。

回答by Ken

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.

我认为首选的解决方案是尽可能升级到 subclipse 1.8。如果您不能这样做(例如,因为其他依赖项如 m2e-eclipse 仍在使用 subclipse 1.6),那么您只需要安装较早 (1.6) 版本的 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.

例如,您可以获得:http: //www.sliksvn.com/pub/Slik-Subversion-1.6.17-x64.msi。当 SlikSVN 1.7.1(在撰写本文时为当前版本)因原始问题中提供的确切错误而失败时,它为我完成了这项工作。

Just strip the MSI off the URL to see a list of previous releases: http://www.sliksvn.com/pub/

只需从 URL 中删除 MSI 即可查看以前版本的列表:http: //www.sliksvn.com/pub/

回答by hnym

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.

您可能会尝试在安装过程中以“以管理员身份运行”运行 Eclipse。我注意到,否则安装的一部分会转到错误的文件夹。