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
A newer solution than JNI is JNA, which also supports callbacks from (Delphi) DLLs. I found it easy to use.