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.
Describe the enhancement requested
When our software is deployed on customer systems, loading executable code from
/tmpis often prohibited.JniLoadercurrently hardcodes the "extract to tmp and load" logic. It would be useful to be able to override this logic.