File: jarwrapper.pod

package info (click to toggle)
javatools 0.48%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 416 kB
  • ctags: 72
  • sloc: sh: 1,515; perl: 930; makefile: 35
file content (28 lines) | stat: -rw-r--r-- 691 bytes parent folder | download | duplicates (8)
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