Originally posted by: KevinHung
Hi, I've installed the cplex9.1 for my computer in 64-bit version of Windows8.
And the version of the cplex is also 64-bit version. I've already added jar of the cplex in my library.
But problem is that I can't run my program. (program is performed in NetBeans IDE7.4 and Eclipse)
These information just keep popping up...
java.lang.UnsatisfiedLinkError: C:\ILOG\CPLEX91\bin\ia64_win64\cplex91.dll: Can't load IA 64-bit .dll on a AMD 64-bit platform
java.library.path must point to the directory containing the CPLEX shared library
try invoking java with java -Djava.library.path=...
Exception in thread "main" java.lang.UnsatisfiedLinkError: ilog.cplex.Cplex.CPXopenCPLEX([I)J
at ilog.cplex.Cplex.CPXopenCPLEX(Native Method)
at ilog.cplex.CplexI.init(CplexI.java:3745)
at ilog.cplex.CplexI.<init>(CplexI.java:287)
at ilog.cplex.IloCplex.<init>(IloCplex.java:8999)
at cplextest.CPLEXtest.main(CPLEXtest.java:9)
Java Result: 1
Also my Java's version is 64-bit version. Original 32-bit version had been deleted.
These problem has been bother me for a long while. I'm trying to solve TSP problem for my project of Large-scale optimization.
How can I solve it and make it functional? There is a transcript of program. Even that easy can not be run...
#CPLEXOptimizers#DecisionOptimization