阿斯顿阿斯顿 发表于 2015-7-31 10:43:38

The Apache Tomcat Native library which allows optimal performance in production

  今天 ,我在Eclipse中启动Tomcat6.0时,发生如下异常:
  The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:.....
  解决如下:
  在http://tomcat.heanet.ie/native/下载dll文件:tcnative-1.dll(现在版本是1.1.14)
  把它扔到jdk的bin目录下,即可。

  
页: [1]
查看完整版本: The Apache Tomcat Native library which allows optimal performance in production