Have upgraded to 64bit ME 9.1 and installed the Subclipse v1.6 plugin via the config center. Initially I got a stack of errors on restart as it couldn’t find a compatible version of the JavaHL library.
I followed the link suggested in the error window which took me to subclipse.tigris.org and there, for Windows 64 bit it says:
As of the Subclipse 1.8.x releases, native 64-bit Windows binaries are included with Subclipse so it includes everything you need. For earlier releases of Subclipse follow these instructions:
If you are using a 32-bit JVM, then Subclipse should just work. If you use a 64-bit JVM then you need to provide a 64-bit version of JavaHL. One such distribution is SlikSVN which you can get here:
http://www.sliksvn.com/en/download
With that package installed, Subclipse should find JavaHL on PATH and just work.
I downloaded/installed SlikSVN and installed it. I checked my classpath in Windows and the JavaHL library is set on it.
Whilst it seemed to get rid of most of the errors initially listed in the popup, I am still left with the error popup window at ME startup which states:
Incompatible JavaHL library loaded. 1.6.x or later required.
When I go to Team -> SVN, it says
JavaHL(JNI) Not Available
so it’s obviously not picking up the library or it thinks it’s the wrong version.
Any suggestions?