Using a java class from Delphi

后端 未结 5 609
南旧
南旧 2020-12-03 11:35

I need to use the logic contained in some java classes. I found JNI, but that project seems not updated recently.

Is there a way to use it in a Delphi native applica

5条回答
  •  一个人的身影
    2020-12-03 11:52

    A newer solution than JNI is JNA, which also supports callbacks from (Delphi) DLLs. I found it easy to use.

提交回复
热议问题