When building the project from command line using mvn clean install
everything builds without any issues.
When running some tests that use precompiled C libraries from IntelliJ
, tests fail with java.lang.UnsatisfiedLinkError
I may be completely off here, but does IntelliJ
not see the .so
file? Is so, how can it be added please?