Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Export java project to JAR

    Posted 07/01/17 07:47 AM

    Originally posted by: ItaiB


    Hello,

    I am trying to export my java porject with cplex to a jar file.

    I was able to create the jar file, but the cplex don't work on this.

    (I am using in eclipse).

     

    Please help,

    Itai


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Export java project to JAR

    Posted 07/01/17 06:03 PM
    1. Is CPLEX installed on the machine where you are trying to run your JAR file?
    2. Is cplex.jar on the class path when you run your file?
    3. Is the CPLEX .so file on the Java library path when you run your file? (If you are switching to a Windows system, the library file will be a .dll rather than a .so.)

     


    #CPLEXOptimizers
    #DecisionOptimization