Skip to content
Will Shackleford edited this page Aug 26, 2015 · 1 revision

Run directly with:

java -jar target/java4cpp-1.0-SNAPSHOT-jar-with-dependencies.jar

Possible options are:

 -?,--help              Print this message
 -c,--class <arg>       Single Java class to extract.
 -h,--header <arg>      Output C++ header file.
 -j,--jar <arg>         Input jar file
 -l,--limit <arg>       Maximum limit on classes to extract from
                        jars.[default=200]
 -n,--namespace <arg>   C++ namespace for newly generated classes.
 -o,--output <arg>      Output C++ source file.
 -p,--package <arg>     Java Package prefix to extract

Clone this wiki locally