Describe the enhancement requested
When our software is deployed on customer systems, loading executable code from /tmp
is often prohibited. JniLoader
currently hardcodes the "extract to tmp and load" logic. It would be useful to be able to override this logic.