Questions tagged [javahl]

JavaHL is a part of the Subversion project. It provides Java language binding for the Subversion API via Java Native Interface.

JavaHL is a part of the Subversion project. It provides Java language binding for the Subversion API via Java Native Interface.

Subversion provides a layered API design that is delivered as native libraries (DLL's). The Subversion command line is simply one consumer of this API. The API is rich in functionality but is also maintained for backwards compatibility.

See the JavaHL Wiki page for more information.

50 questions
57
votes
10 answers

Subclipse and JavaHL installation headache

I've run into problems installing the latest Subclipse plug in. I saw this post: subclipse: Unable to load default SVN Client, but the answer appears to be specific for Subclipse 1.6.x, and I think 1.8.x is presenting new issues. I'm on a mac,…
matthewb
  • 1,323
  • 2
  • 12
  • 18
27
votes
6 answers

Checkout SVN svn+ssh repo with subversive in Eclipse Helios

from my computer (Mac OS X Leopard) through shell I can check out without problem a remote SVN repo. I already established ssh keys and all that stuff. Now I installed eclipse helios on mac and the subversive pluging. I find no way yo make it work…
Open the way
  • 26,225
  • 51
  • 142
  • 196
25
votes
4 answers

How to upgrade JavaHL on Ubuntu?

Environment Ubuntu 10.10 Eclipse Java EE Indigo Service Release 1 Subclipse 1.8.x libsvn1 1.6.12 svn 1.7.x Problem Subclipse 1.8.x requires JavaHL version 1.7.x. I need Subclipse 1.8.x in order to use svn 1.7.x. Ubuntu 10.10 does not have…
Dave L.
  • 9,595
  • 7
  • 43
  • 69
25
votes
5 answers

Incompatible JavaHL library for Subclipse in 64 bit Kubuntu

I'm trying to get Subversion working under Eclipse 3.7 in a 64 bit Kubuntu 11.10 but having problems. I've installed subclipse 1.8.1, installed 'libsvn-java' and have added -Djava.library.path=/usr/lib/jni/ under the -vmargs in the…
Martyn
  • 16,432
  • 24
  • 71
  • 104
24
votes
3 answers

SVN error on connecting with eclipse

When I am trying to connect SVN to eclipse I am getting the following error: any idea how to resolve it? Failed to load JavaHL Library. These are the errors that were encountered: no libapr-1 in java.library.path no libapriconv-1 in…
Gainster
  • 5,481
  • 19
  • 61
  • 90
15
votes
6 answers

Getting subclipse to work on Ubuntu 64 and Indigo - Incompatible JavaHL library loaded. 1.7.x or later required

How do I fix this? I am on ubuntu 64 using Eclipse indigo. I installed http://subclipse.tigris.org/update_1.8.x. At first I got this error: Failed to load JavaHL Library. These are the errors that were encountered: no libsvnjavahl-1 in…
user959129
14
votes
1 answer

Java Subversion libraries

I've been researching Java APIs for Subversion (SVN). It seems there are 3 available: JavaHL - part of the SVN project. Provides a relatively low-level API svnClientAdapter - part of the Subclipse project. Provides a relatively high-level…
Dónal
  • 185,044
  • 174
  • 569
  • 824
14
votes
2 answers

Installing Subversion JavaHL library in Mac OS X

I installed Subclipse in Eclipse using Eclipse Marketplace. I keep on getting a pop window with the message Failed to load JavaHL Library. These are the errors that were encountered: no libsvnjavahl-1 in java.library.path no svnjavahl-1 in…
Apurv
  • 4,458
  • 2
  • 21
  • 31
13
votes
5 answers

Failed to load JavaHL Library.- linux/eclipse

While trying to install the Subversion plugin I get this error when Eclipse starts: Failed to load JavaHL Library. These are the errors that were encountered: no libsvnjavahl-1 in java.library.path /usr/lib/jni/libsvnjavahl-1.so.0.0.0:…
Oleksandr Martynov
  • 320
  • 2
  • 5
  • 19
12
votes
1 answer

Can't convert string from 'UTF-8' to native encoding

I am getting the following error message when I try to compare my project in eclipse (Team->Compare): (Can't convert string from 'UTF-8' to native encoding) *** diff --old /Users/admin/Documents/workspace_branch_2.8/Test --new…
markus
  • 6,258
  • 13
  • 41
  • 68
11
votes
6 answers

Eclipse, Subclipse 1.8.2, SVN 1.7.0 asks password every action

After I installed new Eclipse Indigo, it asks me for password every action I do in SVN Repository perspective (e.g. browse through every single folder ask password again). Normally use SVNKit, it ask for password once per session. SVNKit doesn't…
user802421
  • 7,465
  • 5
  • 40
  • 63
11
votes
2 answers

SVNKit or JavaHL in Ubuntu 64 bits

what better SVNKit or JavaHL Eclipse Subversive or Subclipse? Whenever I install the Eclipse again have this doubt has differences in terms of one being better than another, etc ...
Marcondes
  • 215
  • 2
  • 5
10
votes
3 answers

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…
Francis Martens
  • 3,458
  • 4
  • 24
  • 26
8
votes
1 answer

SVN java library

Possible Duplicate: open source svn client java library which can be used in commercial development I want to access SVN from a java program. I want a open source java library for SVN , except SVNkit. Since SVNKit is licenced I cannot use it. I…
Anandhakrishnan
  • 548
  • 2
  • 7
  • 21
7
votes
8 answers

Eclipse hanging on start up

I was working on my Macbook, when my battery ran out. Now Eclipse refuses to start, getting stuck on "Loading Workbench". The stacktrace in the bottom is from pressing ^C after a minute or so of hanging. ~/Downloads/eclipse$…
amit
  • 1,373
  • 2
  • 16
  • 29
1
2 3 4