Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

javahl subclipse 64 bit installation on windows

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 ?

like image 843
Francis Martens Avatar asked Nov 07 '11 21:11

Francis Martens


2 Answers

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.

like image 66
Mark Phippard Avatar answered Nov 02 '22 23:11

Mark Phippard


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/

like image 44
Ken Avatar answered Nov 03 '22 01:11

Ken