jnr / jffi

Java Foreign Function Interface
Apache License 2.0
168 stars 78 forks source link

delete temporary library file after System.load #13

Closed mkristian closed 9 years ago

mkristian commented 9 years ago

deleteOnExit does not work reliablely especially on windows. deleting the file after it got loaded works (as far I tested it - can not test on windows). so this a proposal to eventually fix https://github.com/jruby/jruby/issues/1237

rtyler commented 9 years ago

Is there something that we can do to help get this change merged?