You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to load the native dylibs for use with ortools, I get the following error:
java.lang.NullPointerException: Resource ortools-darwin/ was not found in ClassLoader ammonite.runtime.SpecialClassLoader@2f7c2f4f
java.util.Objects.requireNonNull(Objects.java:259)
com.google.ortools.Loader.getNativeResourceURI(Loader.java:40)
com.google.ortools.Loader.loadNativeLibraries(Loader.java:118)
ammonite.$file.solve$.<clinit>(solve.sc:4)
Unfortunately I don't have the ClassLoader-fu to figure out why ortools can't find its resource URIs :( but it seems to work fine in a regular SBT project!
The text was updated successfully, but these errors were encountered:
When trying to load the native dylibs for use with ortools, I get the following error:
Here's Loader.java from ortools: https://github.com/google/or-tools/blob/5425dedcfbb22cb74c636c1374a9b5ad684b1eb5/ortools/java/com/google/ortools/Loader.java#L37
Repro:
Unfortunately I don't have the ClassLoader-fu to figure out why ortools can't find its resource URIs :( but it seems to work fine in a regular SBT project!
The text was updated successfully, but these errors were encountered: