Closed kud1ing closed 7 years ago
Perhaps you should change your approach to the dynamic linking: find the dynamic libraries at runtime instead of locking it in at build time.
The crate rust-libloading
looks pretty good, but you'd have to change your approach to interacting with the JVM and write a decent amount of wrapper code.
Fixed by #15