Vickenty Fesunov
Vickenty Fesunov
Hi, This is the relevant part of the traceback that also explains how to fix this: > java.io.IOException: Unable to write jffi binary stub to `/tmp`. Set `TMPDIR` or Java...
I looked a bit into what JFFI is doing, and it appears the library [tries](https://github.com/jnr/jffi/blob/jffi-1.2.23/src/main/java/com/kenai/jffi/internal/StubLoader.java#L273-L282) to unpack the native library into two different locations, first in `/tmp`, and then in...
Hi, thank you for the contribution. Could you please sign the commits?