NonStop Server for Java Tools Reference (NSJ 4.2+)
Table Of Contents
- NonStop Server for Java Tools Reference
- Title Page
- Contents
- extcheck: JAR Conflict Detection Tool
- idlj: IDL-to-Java Compiler
- jar: Java Archive Tool
- jarsigner: JAR Signing and Verification Tool
- java: Java Application Launcher
- javac: Java Compiler
- javadoc: Java API Documentation Generator
- javah: C Header and Stub File Generator
- javap: Java Class File Disassembler
- jdb: Java Debugger
- keytool: Key and Certificate Management Tool
- kinit: Kerberos Tool
- klist: Kerberos Display Entries in Credentials Cache and keytab
- ktab: Kerberos Key Table Manager
- native2ascii: Native-to-ASCII Converter
- orbd: Object Request Broker Daemon
- rmic: Java RMI Compiler
- rmid: Java RMI Activation System Daemon
- rmiregistry: Java Remote Object Registry
- serialver: Serial Version Command
- servertool: Java IDL Server Tool
- tnameserv: Naming Service Access

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-002)
© 2004 Hewlett-Packard Development Company L.P. All rights reserved.