I’m trying to build WPILib during the build process it builds things like opencv. Then during the tests it tries to load them and i run into this error
java.io.IOException: opencv_java4100d could not be loaded from path.
attempted to load for platform /linux/x86-64/
I’ve debugged the test and it calls the native function to load a library from the correct path so i think that nix is some how stopping it from loading it, is there something that i could do to let it.