readme.txt

来自「JNI(java本地接口)之delphi版」· 文本 代码 · 共 34 行

TXT
34
字号
This is a GUI example.

This directory contains two projects which share the
.dpr and the .pas files. One project is for Delphi, the
other for Kylix.
There are only minor differences in the files to accomodate
for the differences of Delphi and Kylix. There are NO
differences in calling the Java Native Interface!

** Windows **********************************************

It is configured to find JNI.pas in ..\..\PAS.

First create PageGrabber.class by compiling PageGrabber.java
with the Java compiler. For Sun's JDK this is javac.exe.
Next, build the project URLGrabber.dpr with Delphi.

Start UrlGrabber.exe

** Kylix ************************************************

It is configured to find JNI.pas in ../../PAS.

First create PageGrabber.class by compiling PageGrabber.java
with the Java compiler. For Sun's JDK this is javac.
Next, build the project URLGrabber.dpr with Kylix.

See enclosed Kylix.txt for setting environment variables.

Start ./UrlGrabber

*********************************************************

See the included documentation for details.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?