bytedeco / javacpp

The missing bridge between Java and native C++
Other
4.46k stars 581 forks source link

How do load a static link library #665

Closed feng-for closed 1 year ago

feng-for commented 1 year ago

Hi! Thank you very much for your help! I want to confirm one thing about javacpp. Can javacpp load a static Library? Such as myFunction.lib file. If can, how do set it up?

saudet commented 1 year ago

Sure, you can find examples of that in the presets, for example: https://github.com/bytedeco/javacpp-presets/tree/master/artoolkitplus

feng-for commented 1 year ago

Sure, you can find examples of that in the presets, for example: https://github.com/bytedeco/javacpp-presets/tree/master/artoolkitplus

Thanks for your help. Let me look at this example first