java.lang.UnsatisfiedLinkError: D:\apache-tomcat-7.0.78.0\bin\tcnative-1.dll: Can't load AMD 64-bit

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u012869196/article/details/83244219

The APR based Apache Tomcat Native library failed to load. The error
reported was [D:\apache-tomcat-7.0.78.0\bin\tcnative-1.dll: Can’t load
AMD 64-bit .dll on a IA 32-bit platform]
java.lang.UnsatisfiedLinkError:
D:\apache-tomcat-7.0.78.0\bin\tcnative-1.dll: Can’t load AMD 64-bit
.dll on a IA 32-bit platform

这个问题是Tomcat是64位的,而JDK用的32位的,所以更改下JDK版本就行。

猜你喜欢

转载自blog.csdn.net/u012869196/article/details/83244219