Does it help to set environment variable DYLD_LIBRARY_PATH to also point to this folder?
Can you show the full command line you use? Also, what does 'ls -l /Applications/CPLEX_Studio1210/cplex/bin/x86-64_osx' show?
------------------------------
Daniel Junglas
------------------------------
Original Message:
Sent: Tue June 09, 2020 04:01 AM
From: Jingfeng Yang
Subject: Java Cplex Visual Studio Code Settings
Yes. I point it to the folder contain the libcplex1210.dylib file, which is:
/Applications/CPLEX_Studio1210/cplex/bin/x86-64_osx
But it also fails.
------------------------------
Jingfeng Yang
Original Message:
Sent: Tue June 09, 2020 03:55 AM
From: Daniel Junglas
Subject: Java Cplex Visual Studio Code Settings
What value did you use as argument for the java.library.path? This must point to the folder that contains the CPLEX .dll/.so file.
------------------------------
Daniel Junglas
Original Message:
Sent: Sun June 07, 2020 07:37 AM
From: Jingfeng Yang
Subject: Java Cplex Visual Studio Code Settings
I face problems in using Visual Studio Code to call CPLEX with Java. Here is the problem:
Then I followed the instruction, run java -Djava.library.path=
------------------------------
Jingfeng Yang
------------------------------
#DecisionOptimization