jnr / jnr-ffi

Java Abstracted Foreign Function Layer
Other
1.23k stars 154 forks source link

Load the static link library #328

Closed feng-for closed 10 months ago

feng-for commented 1 year ago

Hi! Thank you very much for your help! I want to confirm one thing about JNR. Can JNR load a static Library?

headius commented 10 months ago

@feng-for If the library is linked statically but still exports the functions, I think it should work. Do you have an example?