Originally posted by: John Cui
Dear all,
Does anybody used COS on solaris?
After I installed COS on solaris, and used below commands to build/run carseq, while failed. The fail message is below as well.
# javac -cp cplex/opl/lib/oplall.jar cplex/opl/examples/opl_interfaces/java/carseq/src/carseq/Carseq.java
# jar cvf Carseq.jar ./carseq/*.class
# java -cp cplex/opl/lib/oplall.jar:./Carseq.jar carseq.Carseq
OPL - Development Mode. Use IloOplFactory.setDebugMode(false) to switch to production mode.
Exception in thread "main" java.lang.UnsatisfiedLinkError: swig_module_init
at ilog.opl.opl_lang_wrapJNI.swig_module_init(Native Method)
at ilog.opl.opl_lang_wrapJNI.<clinit>(opl_lang_wrapJNI.java:1233)
at ilog.opl.IloOplErrorHandler.<init>(IloOplErrorHandler.java:92)
Did anybody know what happened?
And also, in the install directory, I didn't find the "run.bat" like file as windows has.
Thanks!
#DecisionOptimization#OPLusingCPLEXOptimizer