java.lang.UnsatisfiedLinkError: C:\Program Files\Apache Software Foundation\apache-tomcat-7.0.82\bin

最近重新在eclipse中修改了tomcat的服务,修改后重新启动项目时 报 如下错误 :

java.lang.UnsatisfiedLinkError: C:\Program Files\Apache Software Foundation\apache-tomcat-7.0.82\bin\tcnative-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)

翻译: 大概意思是无法加载 32位的 文件 tcnative-1.dll:  

如何解决,既然无法加载,就直接删除,(注意:1、先备份 2、可以去了解下这个文件是干什么的)

删除后,启动项目正常 


猜你喜欢

转载自blog.csdn.net/y15201653575/article/details/79185494