Scroll to navigation

GCJH(1) GNU GCJH(1)

NAME

gcjh - - generate header files from Java class files

SYNOPSIS

gcjh [OPTIONS]... CLASS...

DESCRIPTION

The "gcjh" 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. It is similar to "javah" but has slightly different command line options, and defaults to CNI.

OPTIONS

See "javah" for a full description; this page only lists the additional options provided by "gcjh".

CNI text options

Insert text into class body.
Append text after class declaration.
Insert text as a "friend" declaration.
Insert text before start of class.

Compatibility options (unused)

Unused compatibility option.

Standard options:

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

BUGS

SEE ALSO

javac(1), javah(1), ...

AUTHOR

2017-07-04 0.99.1-pre