Maven. Put .DLL in the root of JAR

后端 未结 2 1050
梦毁少年i
梦毁少年i 2021-02-20 15:20

How I can include native .dll file in root of JAR using Maven?

2条回答
  •  旧时难觅i
    2021-02-20 16:01

    You can see these links may it helps..

    1. how to make a jar file that include dll files
    2. How to add native library to “java.library.path” with Eclipse launch (instead of overriding it)
    3. native_loader

提交回复
热议问题