Question oneThe SVN eclipse plugin is installed, and when used, a wrong cue box pops up: The Subversion Native Library is not Available, and the Javahl is not loaded.
Solving Method>>windows system: The easiest way to do this is to install the SLIKSVN and restart eclipse after installation. SLIKSVN Download Address: http://www.sliksvn.com/en/download
>>ubuntu system: Usually more use Ubuntu, and Ubuntu solution is: 1 install libsvn-java:sudo apt-get update sudo apt-get install LIBSV N-java 2 Find the location of the dependent libraries that you just installed: dpkg-l Libsvn-java 3) Copy the repository to the JRE in the corresponding location: 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) to reopen eclipse
Official explanationOfficial explanations and solutions can be seen here: Http://subclipse.tigris.org/wiki/JavaHL
SupplementsIf you are using Eclipse MyEclipse then be aware that MyEclipse is using its own JRE, so you copy the file to the myeclipse corresponding JRE.
question twoAfter the above problem is resolved, restart Eclipse, or you may receive the following error: incompatible Javahl library loaded. 1.7.x or later required. Installed the Javahl still quote version low
SolutionsOpen Eclipse Preferences, go to "TEAM-SVN", and select Svnkit in the "SVN interface" inside the settings to solve the problem.
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.