Originally posted by: StevenYAO
Dear Experts:
I have an java application running on Bluemix. I would like to use Cplex. After I put "libcplex1262.so" in my local eclipse project folder and pushed to Bluemix, I call
System.load("cplex1262") in my java code
however, bluemix run shows "No such file or directory error".
So my questions are:
1. Where should I put "libcplex1262.so"? As "java.library.path" is different between local run (a subfolder of my project) and Bluemix run ("/home/vcap/app/.java/jre/lib/amd64/compressedrefs:/home/vcap/app/.java/jre/lib/amd64:/usr/lib"), is there any way we can put it in above bluemix path? or can we put it in other place?
2. How should I call System.load("cplex1262") to make sure I can use Cplex?
Any advice is appreciated.
#CPLEXOptimizers#DecisionOptimization