Can't load AMD 64-bit .dll on a IA 32-bit platform
Posted
by
Guihua
on Stack Overflow
See other posts from Stack Overflow
or by Guihua
Published on 2012-04-15T23:22:39Z
Indexed on
2012/04/15
23:30 UTC
Read the original article
Hit count: 236
java
I download the Gurobi package for linear programming. I import the corresponding gurobi.jar package. Then run the example program. Then it appears the following errors:
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\gurobi460\win64\win64\bin\GurobiJni46.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
Then I downloaded the window 64 bit Jre, and use the "window-->preference-->Installed JRE" to install this new JRE.
However, it still appeared this error.
Could you help me?
Thank you !
© Stack Overflow or respective owner