개발 세발 창고
The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path
알 수 없는 사용자
2011. 8. 16. 10:35
환경 : windows7 64bit + 이클립스 Helios + JDK 1.6.0.24(64bit)
톰캣 구동시 다음과 같은 오류 발생.
The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre6\bin;.....
자바가 설치된 경로에서 Native library를 찾지 못했다는 것.
http://tomcat.heanet.ie/native/1.1.6/binaries/win64/ 경로에 가셔서 "tcnative-1.dll 파일을 다운받는다.
jre6/bin이 설치된 디렉토리에 복사한다.
또는 jdk1.6.0_24/bin/../jre/bin/server 에 복사한다.