Delphi library for interoperability with Java using WINSOFT JavaBridge
September 11, 2020
Intro
Java Native Interface is a standard programming interface for writing Java native methods. Most JNI developers utilize C/C++ but most of the JNI header files ported to Delphi.
In a simple word: Java Native Interface (JNI) is the Java interface to non-Java code. And when you work with data types you should always convert data between Delphi and Java.
JavaBridge library WINSOFT offers…