![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
Classes | |
interface | PathConsumer |
Static Public Member Functions | |
static synchronized void | loadNativeLibraries () |
static synchronized void | loadNativeLibraries () |
Load native libraries needed for using ortools-java.
Definition at line 35 of file Loader.java.
|
static |
prints the name of the Operating System System.out.println("OS: " + System.getProperty("os.name"));
System.out.println("System.loadLibrary(\"jniortools\")");
Do nothing. System.out.println("Can't System.loadLibrary(jniortools)");
Load the native library System.out.println("System.load(" + System.mapLibraryName("jniortools") + ")");
Do nothing. System.out.println("Can't System.load(jniortools)");
On windows, try to load each libraries one by one. System.out.println("Prefix: " + Platform.RESOURCE_PREFIX);
libraries order does matter !
System.out.println("System.load(" + dll + ")");
Do nothing. System.out.println("unpack failed");
Definition at line 107 of file Loader.java.
|
static |
prints the name of the Operating System System.out.println("OS: " + System.getProperty("os.name"));
System.out.println("System.loadLibrary(\"jniortools\")");
Do nothing. System.out.println("Can't System.loadLibrary(jniortools)");
Load the native library System.out.println("System.load(" + System.mapLibraryName("jniortools") + ")");
Do nothing. System.out.println("Can't System.load(jniortools)");
On windows, try to load each libraries one by one. System.out.println("Prefix: " + Platform.RESOURCE_PREFIX);
libraries order does matter !
System.out.println("System.load(" + dll + ")");
Do nothing. System.out.println("unpack failed");
Definition at line 107 of file Loader.java.