tcnative-1.dll Can't load AMD 64-bit .dll on a IA 32-bit platform

前端 未结 7 584
南旧
南旧 2020-12-29 03:20

I\'m getting this error when I try to run tomcat:

"java.lang.UnsatisfiedLinkError: C:\\Program Files (x86)\\apache-tomcat-7.0.34\\bin\\tcnative-1.dll: Ca         


        
7条回答
  •  梦毁少年i
    2020-12-29 03:32

    I just found the solution. The problem was that my JRE_HOME pointed to a 32 bit JRE where in my machine was a 64 bit machine. I installed the 64 bit JRE and replaced it in the system variable and the server started clean

提交回复
热议问题