Originally posted by: LuisdelaTorre
I'm setting up a fresh install of CPLEX 12.3 through academic initiative on a new computer. It's running Windows 7 Pro 64-bit (I checked this through my computer, it is 64-bit!). I'm using Eclipse 3.7 and when I run code I get the message
java.lang.UnsatisfiedLinkError: C:\Program Files\IBM\ILOG\CPLEX_Studio_Academic123\cplex\bin\x64_win64\cplex123.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
java.library.path must point to the directory containing the CPLEX shared library
try invoking java with java -Djava.library.path=...
I've added -Djava.library.path="C:\Program Files\IBM\ILOG\CPLEX_Studio_Academic123\cplex\bin\x64_win64" to my VM arguments.
As far as I can tell: Windows is 64-bit. Eclipse is 64-bit. Java is 64-bit. CPLEX is 64-bit.
Why am I getting this message? Will my Eclipse configuration help? I'm attaching it.
#CPLEXOptimizers#DecisionOptimization