I was following the instructions in this github repo, downloaded the free version of cplex, and added cplex.jar from CPLEX_Studio_Community129/cplex/lib and put it into KidneyExchange/lib. I also added -Djava.library.path=/Applications/CPLEX_Studio_Community129/cplex/bin/x86-64_osx
to VM options in IntelliJ.
When I tried to run some test code, though, I got multiple variations on this error java: package ilog.concert does not exist
I'm using IntelliJ on a mac, and got cplex.jar from the free version of cplex studio on IBMs website. What am I missing?