NonStop Server for Java Tools Reference (NSJ 4.0+)
Tools Home Page
javah: C Header and Stub File
Generator
The javah tool generates C header files and stub C source files from a Java class.
These files provide the connections that allow your Java code and C code to
interact. For a complete description of the tool and its use, see the Sun
Microsystems documentation for javah.
Synopsis
For files that are needed to implement native methods:
javah [ options ] fully-qualified-classname ...
Deviations from Standard Java Options
Note: The non-optimized version of javah, javah_g, suitable for use with
debuggers is not supported by NonStop Server for Java 4.
See Also:
javac●
java●
jdb●
javap●
javadoc●
Tools Home Page
NonStop Server for Java Tools Reference Pages (526239-001)
© 2003 Hewlett-Packard Development Company L.P. All rights reserved.