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
0
votes
1 answer

Subclipse keeps prompting the request for p12 certificate

I'm using subclipse with eclipse and I have to access to an https repository. The first time it asked me for the p12 certificate and the passphrase and everything went fine but it keeps prompting me this window any time I explore the repository. Is…
dierre
  • 7,140
  • 12
  • 75
  • 120
0
votes
1 answer

JavaHL in Eclipse cannot be loaded while LibraryPath is overwritten

I use Subclipse with JavaHL in Eclipse Luna. Therefore I adapted my java.library.path property to load the libs as described…
Sebastian Barth
  • 4,079
  • 7
  • 40
  • 59
0
votes
1 answer

JavaHL.Unable to commit with my java application

I want to control my Subversion environment (Sliksvn 1.8.10) with a small Java programm on a Windows 7 64 bit machine. I need to use JavaHL (1.8.x) not SVNKIt. I have implemented a funktion to checkout a repository, add files to a work copy and…
0
votes
1 answer

Subclipse not recognizing my JavaHL

I keep getting the following error: Failed to load JavaHL Library. These are the errors that were encountered: no libsvnjavahl-1 in java.library.path no svnjavahl-1 in java.library.path no svnjavahl in java.library.path java.library.path =…
d_inevitable
  • 4,381
  • 2
  • 29
  • 48
0
votes
1 answer

Missing JavaHL Library

I am running Eclipse on OS X (10.6.8) and primarily work with SVN 1.6. I have subclipse installed as well. In eclipse I get the following error when I save files: Failed to load JavaHL Library. These are the errors that were encountered: no…
Anil
  • 2,539
  • 6
  • 33
  • 42
1 2 3
4