The APR based Apache Tomcat Native library which allows optimalperformance in production environment

启动myeclipse的tomcat6.0有如下提示:
The APR based Apache Tomcat Native library which allows optimalperformance in production environments was not found on thejava.library.path: C:\ProgramFiles\Java\jdk1.6.0_04\jre\bin;C:\Program Files\Tomcat6.0\bin
这个问题怎么解决??
我在网上搜过解决的方法是:
上tomcat官方网站上下载高版本的tcnative-1.dll放到Tomcat6.0\bin目录下
地址是:http://archive.apache.org/dist/tomcat/tomcat-connectors/native/1.1.19/binaries/win32/tcnative-1.dll,结果提示Anolder version 1.1.8 of the APR based Apache Tomcat Native libraryis installed, while Tomcat recommends version greater then1.1.10

提示给出我的版本应该是1.1.22。

然后我就去http://archive.apache.org/dist/tomcat/tomcat-connectors/native/,下载了个1.1.22版本的dll文件。就OK了。当然你要根据自己的tomcat的版本选择适合的dll文件。The APR based Apache Tomcat Native library which allows optimalperformance in production environment_第1张图片
选择适合自己tomcat的版本。
The APR based Apache Tomcat Native library which allows optimalperformance in production environment_第2张图片
选择binaries。
The APR based Apache Tomcat Native library which allows optimalperformance in production environment_第3张图片

当然如果你的电脑是win64就选择win64。

The APR based Apache Tomcat Native library which allows optimalperformance in production environment_第4张图片

然后就可以直接下载了,放在tomcat/bin下,在Myeclipse里重启tomcat,问题就解决了……

你可能感兴趣的:(java,eclipse)