Hello,
the problem was an unsatisfied dependency of the dynamically loaded dll on several other libs like gcc_s and stdc++.
"No such file or directory" referred to these libs the machine tried to load.
Daniel
Hello,
I'm trying to load a shared library from within my Exchanger-class to access native methods. Before loading the lib via System.load (not System.loadLibrary!) the class performs a check whether the file exists. The code in startUp() looks like this:
File lib = new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.