JavaHL Library not found error
I installed SVN using the instruction give here: http://alvijee.blogspot.com/2010/08/setting-up-subversion-with-adobe-flash.html I did select JavaHL Native Library while installat开发者_如何学编程ion are restarted Flex Builder too.
Now, from Window > Perspective > Other > SVN Repository Exploring, if I try to checkout a repository following error pops up:
Failed to load JavaHL Library.
These are the errors that were encountered:
no libapr-1 in java.library.path
no libapriconv-1 in java.library.path
no libeay32 in java.library.path
no ssleay32 in java.library.path
no libaprutil-1 in java.library.path
C:\Program Files\TortoiseSVN\bin\libsasl.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
no libsvn_subr-1 in java.library.path
no libsvn_delta-1 in java.library.path
no libsvn_diff-1 in java.library.path
no libsvn_wc-1 in java.library.path
no libsvn_fs-1 in java.library.path
no libsvn_repos-1 in java.library.path
no libsvn_ra-1 in java.library.path
no libsvn_client-1 in java.library.path
no libsvnjavahl-1 in java.library.path
no svnjavahl-1 in java.library.path
no svnjavahl in java.library.path
java.library.path = C:\Program Files (x86)\Adobe\Adobe Flash Builder 4;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files (x86)/Adobe/Adobe Flash Builder 4/jre/bin/client;C:/Program Files (x86)/Adobe/Adobe Flash Builder 4/jre/bin;C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\;C:\Program Files (x86)\MiKTeX 2.7\miktex\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files\WIDCOMM\Bluetooth Software\;c:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files\Dell\Dell Wireless WLAN Card;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files\MATLAB\R2010a\runtime\win64;C:\Program Files\MATLAB\R2010a\bin;C:\Program Files\TortoiseSVN\bin
Has anybody solved this problem on Windows. I have searched for a solution but people have got such problems on Linux machine. Couldn't find a solution for Flex Builder running in Windows. Has anyone encountered this error?
Thanks to mliebelt for directing me in the right direction. I was using 32-bit eclipse but had tortoise 64 bit installed and SVN+SSH environment variable was set to
C:\Program Files (x86)\TortoiseSVN\bin\TortoisePlink.exe. I just uninstalled Tortoise 64bit and installed its 32 bit version. The problem has now went away. :)
精彩评论