public class NativeUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
loadLibrariesFromJar(String gurobiVersion,
String[] libraries)
Loads libraries from current JAR archive
The file from the JAR is copied into a user directory and then loaded.
|
public static void loadLibrariesFromJar(String gurobiVersion, String[] libraries) throws IOException, GRBException
IOException
- If library file creation or read/write operation failsFileNotFoundException
- If the file could not be found inside the JAR.GRBException
Copyright © 2024. All rights reserved.