Recently, when myeclipse SVN plug-in is used, a large dialog box is always displayed, and a failed to load javahl library error is reported.
Failed to load javahl library. these are the errors that were encountered: D: \ genuitec \ common \ plugins \ Org. tigris. subversion. clientadapter. javahl. win32_1.6.17 \ ssleay32.dll: the operating system cannot run % 1. D: \ genuitec \ common \ plugins \ org. Tigris. subversion. clientadapter. javahl. win32_1.6.17 \ libsvn_subr-1.dll: the specified program cannot be found. D: \ genuitec \ common \ plugins \ org. Tigris. subversion. clientadapter. javahl. win32_1.6.17 \ libsvn_delta-1.dll: the specified program cannot be found. D: \ genuitec \ common \ plugins \ org. Tigris. subversion. clientadapter. javahl. win32_1.6.17 \ libsvn_diff-1.dll: the specified program cannot be found. D: \ genuitec \ common \ plugins \ org. Tigris. subversion. clientadapter. javahl. win32_1.6.17 \ libsvn_wc-1.dll: the specified program cannot be found. D: \ genuitec \ common \ plugins \ org. Tigris. subversion. clientadapter. javahl. win32_1.6.17 \ libsvn_fs-1.dll: the specified program cannot be found. D: \ genuitec \ common \ plugins \ org. Tigris. subversion. clientadapter. javahl. win32_1.6.17 \ libsvn_repos-1.dll: the specified program cannot be found. D: \ genuitec \ common \ plugins \ org. Tigris. subversion. clientadapter. javahl. win32_1.6.17 \ libsvn_ra-1.dll: the specified program cannot be found. D: \ genuitec \ common \ plugins \ org. Tigris. subversion. clientadapter. javahl. win32_1.6.17 \ libsvn_client-1.dll: the specified program cannot be found. D: \ genuitec \ common \ plugins \ org. Tigris. subversion. clientadapter. javahl. win32_1.6.17 \ libsvnjavahl-1.dll: the specified program cannot be found. No svnjavahl-1 in Java. library. pathno svnjavahl in Java. library. pathjava. library. path = D: \ genuitec \ myeclipse 7.5 ;.; c: \ windows \ sun \ Java \ bin; c: \ windows \ system32; C: \ WINDOWS; D:/genuitec/common/binary/COM. sun. java. JDK. win32.x86 _ 1.6.0.013/JRE/bin/client; D:/genuitec/common/binary/COM. sun. java. JDK. win32.x86 _ 1.6.0.013/JRE/bin; D: \ tomcat5 \ bin; F: \ Java \ jdk1.5 \ bin; D: \ apache-ant-1.8.1 \ bin; F: \ Java \ jdk1.5 \ bin; c: \ windows \ system32; C: \ WINDOWS; c: \ windows \ system32 \ WBEM; C: \ Program Files \ common files \ thunder Network \ Kankan \ codecs; D: \ Server \ mysql \ bin; D: \ Program Files \ tortoisesvn \ bin
Although it does not affect normal use, it is really uncomfortable to occasionally bring up such a large box when you compile the code.
So I found the answer on the network and followed one of the methods, so no error was reported.
The method is as follows:
1. Windows> preferences> Team> SVN Interface
2. Select svnkit (pure Java) xxxxxx
As shown in
No error is reported after restart.
Other solutions are attached (I do not know whether the solution is correct without testing ):
After eclipse is installed
Choose Help> install new software...> Add.... If the installed eclipse version is 3.2 or later
I'm afraid no one has installed the old version, so use the following address http://subclipse.tigris.org/update_1.6.x specific version information see the download and install page in the http://subclipse.tigris.org
Click OK.
Select All
Install
Restart eclipse. Add a new source in SVN resource library research
Run the following address to test SVN: // www.svnhost.cn/test. After adding the address, click expand to view the content.
If not
1. Open the eclipse. ini file and add a line at the end-djava. Library. Path =/usr/lib/JNI and restart eclipse.
2. Choose Windows> Team> SVN and select the svn interface svnkit... save and exit.
Unable to connect to the source before, and the interface cannot be modified, the incompatible javahl library loaded error is reported.
The subclipse version is incorrect. Uninstall and reinstall the new version.
Uninstall and select from help> about eclipse> Installation Details.
Possible problems: javahl problems encountered when installing the subclipse plug-in Ubuntu eclipse
When subclipse is installed in eclipse of windows, all dependent files will be automatically installed, but it will not work if it is changed to Ubuntu.
There should be too many Linux versions. It cannot write a program for each version. So you have to do it yourself.
Step 1
The following error occurs when you click WINDOW> preferences> Team> SVN "preferences in eclipse.
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 =/usr/lib/JVM/Java-6-sun-1.6.0.03/JRE/lib/i386/client :: /usr/lib/JVM/Java-6-sun-1.6.0.03/JRE/lib/i386:/usr/lib/Firefox /: /usr/Java/packages/lib/i386:/lib:/usr/lib
Step 2 install
Add-djava. Library. Path =/usr/lib/JNI to eclipse. ini under the javahl sudo apt-Get install libsvn-Java eclipse directory, and then start eclipse again.