Can't load AMD 64-bit .dll on a IA 32-bit platform
- by Guihua
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 !