Loading DLL in Java - Eclipse - JNI

后端 未结 9 585
北荒
北荒 2020-12-17 18:19

I am trying to load a dll in java using the following code System.loadLibrary(\"mydll\");

The project is placed in D:\\development\\project\\ and i have placed t

9条回答
  •  误落风尘
    2020-12-17 18:58

    Give the library path in your project as native library location,seems to be solved.

提交回复
热议问题