NonStop Server for Java 7.0 Tools Reference Pages
9 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 more information
on javah tool, see the Oracle Java documentation for javah.
Synopsis
For files that are needed to implement native methods:
javah [ options ] fully-qualified-classname ...
See Also:
• “javac: Java Programming Language Compiler” (page 25)
• “java: Java Application Launcher” (page 18)
• “jdb: Java Debugger” (page 29)
• “javadoc: Java API Documentation Generator” (page 26)
Synopsis 27










