Top
NetCOBOL V11.0 J Adapter Class GeneratorUser's Guide
FUJITSU Software

4.1.1 Command Syntax

When the constructor/method/field is not specified:

java2cob [-classpath class-path] [-d output-folder] [-ov] [-om] [-oi] [-c{s|u|ul|ub}] [-s[n]] [-t] class-name/interface-name ...

When the constructor/method/field is specified:

java2cob [-classpath class-path] [-d output-folder] [-ov] [-oi] [-c{s|u|ul|ub}] [-s[n]] [-t] -r class-name/interface-name [-gc ["constructor-name [(parameter-type)] [,...]"]] [-gm ["method-name [(parameter-type)] [,...]"]] [-gf [field-name [,...]]] ...

When the optional file is specified:

java2cob -i optional-file

Notes on Describing the Command