eclipse中启动tomcat报APR错误,解决方案! eclipse中启动tomcat时所报错误: 信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path 解决办法: 在tomcat安装目录的bin目录下,找到tcnative-1.dll,把该文件拷贝到C盘system32目录下,重启eclipse,问题解决!!!