解决tomcat开始出现in production environments was not found on the java.library.path:xxx

如图所看到的,Eclipse中启动tomcat时出现not found on the java.library.path等信息。能够通过下载 tomcat-native-1.1.32-win32-bin.zip,解压。相应系统是32位、64位,把tcnative-1.dll文件拷贝到$JAVA_HOME/bin下一个,重启tomcat可以解决。

版权声明:本文博客原创文章,博客,未经同意,不得转载。

原文地址:https://www.cnblogs.com/lcchuguo/p/4664410.html