Accessing DLL methods with contain mulitple classes using JNA

后端 未结 1 997
既然无缘
既然无缘 2021-01-17 03:15

I am new to accessing DLLs from Java using JNA,so forgive me if this is obvious to everyone! I need to access methods from a class within a DLL(which was written in VB) and

1条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-17 03:48

    You most likely need to use a COM wrapper, try JACOB or com4j. Those projects can scan an interface definition file and generate corresponding Java objects.

    0 讨论(0)
提交回复
热议问题