Change in Java libraries

Hello Java users,

Following the .NET change, I have merged all java libraries and jar into one.

Thus, all com.google.ortools.XXX.jar now becomes com.google.ortools.jar.
And in the java code,

  static {
    System.loadLibrary("jniXXX");

  }

becomes 

  static {
    System.loadLibrary("jniortools");
  }

The rest should have no impact. And thanks to the hard work on .NET, this change was a breeze!

I have pushed linux64 and Mac OS X binary archives. The rest will follow in a bit more than a week.

Thanks

PS: I would like to do python, but it seems a much different beast.

Comments

  1. Hi,

    I have this issue with jdk7 : https://github.com/mikiobraun/jblas/issues/19

    ReplyDelete
    Replies
    1. Simple fix : change name from libjniortools.jnilib to libjniortools.dylib

      Delete

Post a Comment

Popular posts from this blog

Linking glpk with or-tools on unix

Changing the way we link with SCIP

Heads up, upcoming incompatibility in the CP/Routing library