Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programming JNI with Delphi

Can I use Delphi to program to the Java Native Interface? From reading Essential JNI it seems possible if you make sure you are using the C calling convention. Anyone done this before? I would appreciate tips on tools that will help e.g. a tool to convert the C header file of Javah to Delphi.

like image 816
Hannes de Jager Avatar asked Sep 16 '10 10:09

Hannes de Jager


1 Answers

you can check these projects and articles to use the JNI (Java Native Interface) and delphi

  • Delphi-Java Bridge
  • Java Native Interface and Delphi - Going Native - by Keith Wood
  • Using the Java Native Interface with Delphi
like image 66
RRUZ Avatar answered Oct 12 '22 12:10

RRUZ