Skip to main content

Note for Linux users

The SVN Connectors' plug-in doesn't contain binaries of JavaHL library for Linux OS. So if you want to use JavaHL connector to access the repository, you should build the library by yourself or use already built for Linux OS one.

Also you should pay special attention, that JVM uses the value of LD_LIBRARY_PATH to look for used libraries, so the JavaHL library must be there also. But if you want to have it in another place you should let the JVM know about this.
The easiest way is to add a following line to eclipse.ini as any line after -vmargs: "-Djava.library.path=input here the path to the library".
Also you can use any other appropriable to do this.



Back to the top