Ubuntu Install SVN error: Subversion Native library not Available & incompatible Javahl library loaded

Source: Internet
Author: User

Question onewith the SVN eclipse plugin installed, an error box pops up when you use it:Subversion Native Library not Available, loading less than Javahl.   Workaround>>windows System:The simplest solution is to install SLIKSVN, and restarting eclipse after installation is normal. Sliksvn:http://www.sliksvn.com/en/download >>ubuntu System:usually more use of Ubuntu, and Ubuntu solution is:1) Install Libsvn-java:sudo apt-get updatesudo apt-get install Libsvn-java2) Find the location of the dependent libraries that you just installed:dpkg-l Libsvn-java3) Copy the dependent library to the corresponding location in the JRE:
    • 32-bit system (32bit):
      Cp/usr/lib/jni/libsvnjavahl-1* $JAVA _home/jre/lib/i386
    • 64-bit system (64bit):
      Cp/usr/lib/jni/libsvnjavahl-1* $JAVA _home/jre/lib/amd64
4) Re-open Eclipse
Official explanationofficial explanations and workarounds can be seen here: Http://subclipse.tigris.org/wiki/JavaHL
SupplementIf you are using Eclipse MyEclipse then be aware that MyEclipse is using its own JRE, so you will copy the files to the myeclipse corresponding JRE. question twoAfter the above problem is resolved, the following error may occur if you restart Eclipse: Incompatiblejavahl library loaded. 1.7.x or later required. Installation of Javahl still reported version low SolutionsOpen Eclipse Preferences, go to "team-svn", in the settings inside the "SVN interface" Select Svnkit, problem resolution.

Ubuntu Install SVN error: Subversion Native library not Available & incompatible Javahl library loaded

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.