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
6
votes
5 answers

JavaHL not loading (NoClassDefError)

I've reinstalled Windows and unzipped a fresh copy of Eclipse. Despite this, I've been unable access an ssh repository via Subclipse. The issue seems to be with JavaHL and the tests from the Tigris web site give NoClassDefError. Although this could…
James P.
  • 19,313
  • 27
  • 97
  • 155
6
votes
0 answers

getting error while connecting with repo

While connecting to SVN through Eclipse Juno, I get the below error but if I connect through previous version of Eclipse previous to Junothen it connects easily. The error I am getting is shown below, please advise how to overcome fro this as I want…
user2288721
  • 73
  • 1
  • 12
5
votes
1 answer

Paired JAR and native library binaries for SVN Java bindings (JavaHL) on Windows?

I'm writing some code that uses the Subversion (SVN) Java bindings (JavaHL) directly (where JavaHL comprises native libraries and a thin Java wrapper). On Linux (Ubuntu 12.04) this is no problem: package libsvn-java installs the native libraries and…
Stuart Rossiter
  • 2,432
  • 1
  • 17
  • 20
5
votes
3 answers

JavaHL isn't working

I try to update a project from SVN (I have a fresh install of eclipse but it's an existing workspace) so I installed subclipse but when I want to to do anything with SVN I get error messages like : Failed to load JavaHL Library. These are the errors…
Alexis
  • 16,629
  • 17
  • 62
  • 107
4
votes
3 answers

Reading SVN (Subclipse) rev number from java code

I'd like to be able to read the current svn revision number (I'm using Subclipse) from my Java Code to output it with the rest of the things I need in my regression tests written using JUnit 4. I googled a lot without any luck (some info pointing to…
Alessandro S.
  • 875
  • 12
  • 24
4
votes
5 answers

Installing JavaHL 1.6 on CentOS

I'm looking to install the 1.6 version of JavaHL on CentOS, which proves to be more tricky then expected. Has someone succeed doing so and can point a repo for this? Thanks in advance.
SyBer
  • 5,407
  • 13
  • 55
  • 64
3
votes
4 answers

JavaHL Error in Subclipse

I'm trying to create a new phonegap project in a new repository. When ever I add a new folder or file I get the following error. This is a completely fresh copy of eclipse in a new workspace and fresh install of subclipse. Errors occurred while…
Nalum
  • 4,143
  • 5
  • 38
  • 55
3
votes
2 answers

Where to obtain the apache JavaHL subversion binding library?

I can find the API-docs for JavaHL 1.6 at http://subversion.apache.org/docs/javahl/1.6/ . However I can't find any pointer to a jar+native binary (win32) package, or maven resource. Where do you obtain these artifacts?
ron
  • 9,262
  • 4
  • 40
  • 73
3
votes
1 answer

Unable to install SVN connector in eclipse Oxygen

I was able to install SVN Team Provider. However, I am unable to install SVN Team Connector for Eclipse Oxygen (using 64bit version). When SVN Team Provider is available and I navigate to "SVN Repository Exploring", it is supposed to automatically…
SaAn
  • 442
  • 6
  • 22
3
votes
1 answer

Eclipse Mars crashes when entering SVN settings with JavaHL library added

I have installed Eclipse Mars on Ubuntu 14.04 and added SVN support by installing Subclipse. I followed CollabNet instructions to enable JavaHL support. When I launch Eclipse (from the command line or from the launcher) and go to Window ->…
Michał Maluga
  • 453
  • 3
  • 14
3
votes
2 answers

[eclipse]an error occurred while accessing the repository entry

the eclipse shows these errors. i've areadly download the svn,and svnkit
孟子易
  • 373
  • 1
  • 4
  • 15
3
votes
2 answers

SVN Menu not showing up in Spring tool suite

I am working on Mac OS X Version 10.9. I have SVN Version 1.8.8 installed on this. Also I am using Subclipse 1.10.4 as a plugin in my STS. I have SVNKit v1.8.4.10145 installed as well as JavaHL(JNI) 1.8.8 (r1568071) installed as Client SVN…
Ankur Garg
  • 2,553
  • 8
  • 30
  • 41
3
votes
2 answers

Problems getting my ANT builds to work after OS upgrade

I recently upgraded my system from Mint12 to Mint14 and had severe issues with getting my old projects to work nicely on the new system. To summarize it all: Got Mint14 to work nicely and installed all my essential software (Eclipse, ANT…
posdef
  • 6,498
  • 11
  • 46
  • 94
2
votes
1 answer

Not able to checkout project from SVN in eclipse - SVN connector library not available

I am trying to import a new project from SVN repo. I am using eclipse neon 4.6. I have added SVN plugin via eclipse market place version (image attached). I get this error while trying to checkout . I could see that a native connector is listed in…
Athira
  • 23
  • 4
2
votes
1 answer

How to edit eclipse.ini to prepend existing java.library.path

During the installation of the Subclipse SVN plugin for Eclipse Luna on my Ubuntu 15.04, I ran into problems installing the JavaHL SVN interface. (Failed to load JavaHL library) According to Subclipse' FAQ about JavaHL troubleshooting for Linux you…