lc-compile-ffi-java [OPTION ...] [--] DSLFILE...
lc-compile-ffi-java parses a specification of a java package into an abstract form, and outputs as specified.
-
--output LCBFILE: Output an LiveCode Builder source file containing a usable interface between LiveCode Builder and the Java Native Interface. Compiling and loading LCBFILE using lc-compile allows the functionality described by the DSLFILE to be used by LCB modules.
-
--modulename NAME: Use NAME as the name of the LiveCode Builder module specified by the --output option.
-
--check CHECKFILE: Output the parsed data to CHECKFILE. This is used for checking consistency of output - the result of running lc-compile-ffi-java on CHECKFILE should be identical to CHECKFILE.
-
-h, --help: Print some basic usage information.
-
--: Stop processing options. This is useful in case DSLFILE begins with
-or--.
Copyright 2016 LiveCode Ltd.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
lc-compile(1).