summaryrefslogtreecommitdiff
path: root/jarwrapper.pod
blob: 3a7161ed37ec800b8db752c162182d589d929c1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
=head1 NAME

jarwrapper - wrapper script to run jar files via binfmt.

=head1 SYNOPSIS

jarwrapper <B<Jar-file>> [I<arguments>]

=head1 DESCRIPTION

Wrapper script that handles running executable jar-files via
binfmt. Normally you would not run this directly.

Executes the java program in B<Jar-file> (determined by the Main-Class
attribute in the MANIFEST) and passes I<arguments> to the java
program.

jarwrapper looks for a number of other attributes in the MANIFEST,
please refer to javahelper's tutorials for more information.

=head1 SEE ALSO

L<jardetector(1)>

The javahelper tutorials in /usr/share/doc/javahelper. These tutorials
are available in the I<javahelper> package.

=cut