Commit 671d6ee7 by Mark Wielaard Committed by Mark Wielaard

* gcj.texi: CNI now expands to Compiled Native Interface.

From-SVN: r69103
parent f6423302
2003-07-08 Mark Wielaard <mark@klomp.org>
* gcj.texi: CNI now expands to Compiled Native Interface.
2003-07-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> 2003-07-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* Make-lang.in (java/gcj.dvi): Use PWD_COMMAND. * Make-lang.in (java/gcj.dvi): Use PWD_COMMAND.
......
...@@ -115,7 +115,7 @@ files and object files, and it can read both Java source code and ...@@ -115,7 +115,7 @@ files and object files, and it can read both Java source code and
* Invoking jv-convert:: Converting from one encoding to another * Invoking jv-convert:: Converting from one encoding to another
* Invoking rmic:: Generate stubs for Remote Method Invocation. * Invoking rmic:: Generate stubs for Remote Method Invocation.
* Invoking rmiregistry:: The remote object registry. * Invoking rmiregistry:: The remote object registry.
* About CNI:: Description of the Cygnus Native Interface * About CNI:: Description of the Compiled Native Interface
* System properties:: Modifying runtime behavior of the libgcj library * System properties:: Modifying runtime behavior of the libgcj library
* Resources:: Where to look for more information * Resources:: Where to look for more information
@end menu @end menu
...@@ -1031,7 +1031,7 @@ Print version information, then exit. ...@@ -1031,7 +1031,7 @@ Print version information, then exit.
@node About CNI @node About CNI
@chapter About CNI @chapter About CNI
This documents CNI, the Cygnus Native Interface, This documents CNI, the Compiled Native Interface,
which is is a convenient way to write Java native methods using C++. which is is a convenient way to write Java native methods using C++.
This is a more efficient, more convenient, but less portable This is a more efficient, more convenient, but less portable
alternative to the standard JNI (Java Native Interface). alternative to the standard JNI (Java Native Interface).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment