Failed to load JavaHL Library.
에러 발생.
javahl 설치
1 |
yum install subversion-javahl |
설치된 위치 확인
1 |
find /usr/lib -name *javahl* |
eclipse.ini에 library path 추가
1 2 |
-vmargs -Djava.library.path=/usr/lib |
window > preferrences > team > svn 의
svn interface 의 client 가 javaHL(JNI) 버전 이 보이면 성공 (실패시 not avable 나옴)
이후 아래의 에러발생
1 |
svn: OPTIONS of 'https://xxx.xxx.xxx.xxx:8443/svn': SSL handshake failed: SSL error: A record packet with illegal version was received. (https://xxx.xxx.xxx.xxx:8443) |
svn 서버쪽에서 설정해줘야 할듯..
1 2 3 4 |
<location svn=""> SSLVerifyClient require ... </location> |
참고 url : https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/294648
One Response to svn https 접속 안됨(Failed to load JavaHL Library)