📄 readme.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -