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

前端 未结 7 605
南旧
南旧 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条回答
  •  心在旅途
    2020-12-29 03:22

    Please check your Project SDK version used by IDE.

    In Intellij IDEA:  File -> Project Structure -> Project.
    In Eclipse:        Properties -> Java Compiler.
    

    Switch it to JDK x64 version installed.

提交回复
热议问题