cancel
Showing results for 
Search instead for 
Did you mean: 

Can't load IA 64-bit .dll on a AMD 64-bit platform error with JCO 3 64 bit

Former Member
0 Kudos

I am facing following error in

java.lang.ExceptionInInitializerError: Error getting the version of the native layer: java.lang.UnsatisfiedLinkError: C:\Windows\System32\sapjco3.dll: Can't load IA 64-bit .dll on a AMD 64-bit platform

My environment is as below

Java : jdk1.6.0_45 64 bit

OS: Windows 8.1 Pro

CPU: Intel core i3 , 64 -bit operating system.

Kindly help me.

Accepted Solutions (1)

Accepted Solutions (1)

HAL9000
Product and Topic Expert
Product and Topic Expert
0 Kudos

You are using the wrong JCo platform version.

Your CPU isn't an Intel Itanium processor with IA64 architecture, but a processor with x86 architecture (IA32).

Please download and use the JCo package for the x86 64-bit platform (sometimes also called x64 platform).

Furthermore please pay attention to the JCo installation instructions and DO NOT copy the sapjco3.dll into any Windows directory.

Best regards,

Stefan

Former Member
0 Kudos

Thanks Stefan,

It worked !

Answers (0)