JNA UnsatisfiedLinkError, but jna.library.path is set

后端 未结 6 1575
囚心锁ツ
囚心锁ツ 2020-12-16 19:50

I\'m using the following code to load a dll in JNA (irrelevant code is left out):

    public class JNAMain {
       public interface PointShapeBuffer extends         


        
6条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-16 20:40

    You might want to download the latest version with jna.jar and platform.jar and just include those. No need to set the path then.

提交回复
热议问题