Scroll to navigation

GJAVAH(1) GNU GJAVAH(1)

NAME

gjavah - - generate header files from Java class files

SYNOPSIS

gjavah ...

DESCRIPTION

The gjavah program is used to generate header files from class files. It can generate both CNI and JNI header files, as well as stub implementation files which can be used as a basis for implementing the required native methods.

OPTIONS

Set output directory.
Set output file (only one of -d or -o may be used).
Read command file.
Operate on all class files under directory DIR.
Emit stub implementation.
Emit JNI stubs or header (default).
Emit CNI stubs or header (default JNI).
Set verbose mode.
Output files should always be written.

Class path options:

Set the class path.
Add directory to class path.
Set the boot class path.
Set the extension directory path.

Standard options:

Print help text, then exit.
Print version number, then exit.
Pass argument to the Java runtime.

BUGS

SEE ALSO

javac(1), ...

AUTHOR

2017-07-04 0.99.1-pre