Originally posted by: PrasadKK
Hi,
We use the CPLEX 9.0 Java library. I get the following error during initialization. This does not happen in all Linux environments though. Where can I get documentation on libraries that are required by CPLEX? Is there any information on what platforms (Linux variants/versions) that have known issues?
Appreciate the help.
Thanks.
java.lang.UnsatisfiedLinkError: CPXRegisterLicense
at ilog.cplex.Cplex.CPXRegisterLicense(Native Method)
at ilog.cplex.CplexI.registerLicense(CplexI.java:3837)
at ilog.cplex.IloCplex.registerLicense(IloCplex.java:14062)
<snip/>
#DecisionOptimization#OPLusingCPLEXOptimizer