readme.txt
来自「JNI(java本地接口)之delphi版」· 文本 代码 · 共 22 行
TXT
22 行
Java Native Interface for Delphi
This conversion allows to call Java programs from Delphi
and Delphi programs (.dll or .so) from Java. Data can be exchanged.
Since Java programs are platform independent it also works
for Linux.
For all who are not familiar with JEDI conversions:
JNI.par in PAR is the conversion with IFDEFs in it. For a Borland
compliant conversion the IFDEFs have to be stripped completely.
The resulting file is JNI.bor. This file has been stripped
towards the Kylix version.
The JNI.pas file in the directory PAS should be a copy of JNI.bor.
For this package its a copy of JNI.par because this is a multiplatform
conversion which needs IFDEFs to compile on both platforms.
The JNI_MD.INC file is the same for all versions (even Linux).
[KNOWN ISSUES]
The dynamic loading of the DLLs is not state of the JEDI art.
It will be changed when the functions for that have been
tested thoroughly.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?