ecplise中启动Tomcat错误.not found on the java.library.path解决

来源:互联网 发布:android 数据库版本号 编辑:程序博客网 时间:2024/06/05 18:16

在eclipse中启动Tomcat报错:

The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: 。。。

解决方法:

1.访问网址: http://tomcat.apache.org/download-native.cgi 下载tcnative-1.dll将其放到C:WINDOWS/system32下,这样所有的tomcat启动都会访问到,如果只是针对个别可以放置到对应的jdk的bin下

注意: 官网上的tcnative-1.dll都是32位的可以在http://download.csdn.net/detail/danfeixia/9746369下载64机器上使用的。

0 0
原创粉丝点击