home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / inprise / JSAMPLES.Z / readme.txt < prev    next >
Text File  |  1998-05-08  |  488b  |  16 lines

  1. This directory contains information about integrating native
  2. methods written in C into Java programs using Borland C++ or
  3. C++Builder.
  4.  
  5. Two examples to be built with command line tools are provided:
  6.  
  7. The example in the jni subdirectory uses the JNI Standard,
  8. as defined in JDK-1.1 (recommended).
  9.  
  10. The example in the old_style subdirectory demonstrates the
  11. technique as used in JDK-1.0.
  12.  
  13. Each subdirectory contains a readme.txt for more info on the
  14. corresponding technique.
  15.  
  16.