javahelper(1)
NAME
Javahelper - Part of the Java Helper packaging tools
SYNOPSIS
jh_manifest [options] [<jar> ...]
OPTIONS
-h --help: show this text
-v --verbose: show more information while running
-V --version: print the version
- -n --no-act: don't actually do anything, just print the results
- When reading manifest files for packages:
- -i --indep: run for all Arch: all packages
- -s --arch: run for all Arch-specific packages
- -p<package> --package=<package>: package to act on (default=all)
- -P<packagedir> --tmpdir=<package>: package directory
(default=$CWD/debian/package)
- When acting on a jar from the command line:
- -c<classpath> --classpath=<classpath>: The classpath to set (space sep
arated)
- -j</path/to/java/home> --java-home=</path/to/java/home>: The path to
the JRE to use to execute the jar
- -m<class> --main=<class>: The class to run when executing the jar
- -o<options> --javaopts=<options>: Options passed to java when executing
the jar