错误描述:
The APR based Apache Tomcat Native library failed to load. The error reported was [C:\Windows\System32\tcnative-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform] java.lang.UnsatisfiedLinkError: C:\Windows\System32\tcnative-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
我的环境:jdk,tomact,Windows都是64位。
解决方法:
http://tomcat.heanet.ie/native/1.1.12/binaries/win64/amd64/下载64位的tcnative-1.dll
有amd64的还有ia64的,根据自己的系统下载相对应的。一般错误信息会提示你的cpu架构。
如我的错误信息:
32位的同学反之亦然。