This directory contains information about integrating native methods written in C into Java programs using Borland C++ or C++Builder. Two examples to be built with command line tools are provided: The example in the jni subdirectory uses the JNI Standard, as defined in JDK-1.1 (recommended). The example in the old_style subdirectory demonstrates the technique as used in JDK-1.0. Each subdirectory contains a readme.txt for more info on the corresponding technique.