Can't find dependent libraries

我確定在目錄中有這個DLL,但還是顯示上面這個錯誤。

http://www.dependencywalker.com/

使用Dependency Walker能夠很容易的知道這個DLL是否缺少了什麼相關的DLL.

 

try {
  System.out.println(System.getProperty("java.library.path"));
  System.loadLibrary("pcapwrapper");
  } catch (UnsatisfiedLinkError e) {
    System.err.println("Native code library failed to load.");
}

arrow
arrow
    全站熱搜

    hlolo 發表在 痞客邦 留言(0) 人氣()