JNA native support (/com/sun/jna/linux-arm/libjnidispatch.so) not found in resource path

前端 未结 5 1345
北海茫月
北海茫月 2021-01-02 19:16

I have started to build a java service which incorporates JNA to load a native C/C++ lib and i want to run the java service on the Raspberry PI aka arm platform. I have succ

5条回答
  •  情话喂你
    2021-01-02 19:42

    I'd say its more of "glitch of configuration of the location for the "libjnidispatch.so" in the OS your using or that particular JRE systems internal folder/package/JNDI-structure, it may not be an identically laid out Debian or Java JRE.

提交回复
热议问题