Java. Lang. unsatisfiedlinkerror: C: \ apache-Tomcat-7.0.14 \ bin \ tcnative-1.dll: Can't load amd 64-bit. dll on a Ia 32
Recently, the 64-bit myeclispe10 is used to build an SSH framework. As a result, Tomcat always reports the following error: Can't load amd 64-bit. dll on a Ia 32
I have searched a lot on the Internet and have not solved the problem. Finally, I can solve the problem by integrating all the situations.
The process is as follows: enter in cmd:Java-version
Check whether the third line contains"64", If not included, your java_home address points to a 32-bit JDK, download a 64-bit JDK installation, and modify java_home.
If there is still a problem after the above settings, download the Tomcat of the 32/64-bit collection
Address: http://tomcat.apache.org/download-70.cgi
32-bit/64-bit Windows Service Installer (Pgp, MD5)
Direct: http://labs.renren.com/apache-mirror/tomcat/tomcat-7/v7.0.27/bin/apache-tomcat-7.0.27.exe
After Tomcat is installed, no errors will occur when it is run again !!!!!!!!!