Hello,
are there specific instructions on how to use Cplex 22.1.1 on a Mac with M2 chip? I am doing what I used to do on the old Mac but it does not work.
Particularly, I am passing the Dynamic Java libriaries with the flag
-Djava.library.path=/Applications/.../cplex/bin/arm64_osx
And I get a java.lang.UnsitisfiedLinkError. It also says (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')
This is becoming confusing. Am I doing anything wrong?
Edit: I was using the wrong JDK. This is actually not a problem anymore.