.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "JH_CLASSPATH 1" .TH JH_CLASSPATH 1 "2021-02-04" "0.78" "Javahelper" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" jh_classpath \- sets classpaths in jar files .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\fBjh_classpath\fR [\fIdebhelper options\fR] .PP \&\fBjh_classpath\fR [\fIdebhelper options\fR] [\fB\-p\fR\fIpackage\fR] [\fB\-\-classpath=\fR\fIcp\fR] [\fIjar [...]\fR] .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\fBjh_classpath\fR is a javahelper program that can set the classpath on jar files for you. .PP It has two modes of operations. By default, it will read \&\fIdebian/\fIpackage\fI.classpath\fR or \fIdebian/classpath\fR and set the classpath of all jar files listed in that file. In this mode, \&\fBjh_classpath\fR does not accept any non-option arguments. .PP Alternatively, you can pass \fBjh_classpath\fR a list of jar files to update. It will process each of those and set the classpath of them to that value set by \fB\-\-classpath\fR if passed. If \&\fB\-\-classpath\fR is omitted the environment variable \s-1CLASSPATH\s0 will be used instead (rewriting its contents as necessary). In this mode, \fBjh_classpath\fR will not read \fIdebian/\fIpackage\fI.classpath\fR nor \fIdebian/classpath\fR. .SH "FILES" .IX Header "FILES" .IP "\fIdebian/\fIpackage\fI.classpath\fR, \fIdebian/classpath\fR" 4 .IX Item "debian/package.classpath, debian/classpath" Parsed to determine which jar files should be processed for the given package. Note that unlike most other debhelper commands, \&\fBjh_classpath\fR will use \fIdebian/classpath\fR as a fallback configuration file for \fIall\fR packages that it acts on. Other debhelper commands usually only apply this fallback to the \&\*(L"main package\*(R". .Sp The file consists of 0 or more lines with the following: .Sp .Vb 1 \& jarfile classpath\-file1 [... classpath\-file2] .Ve .Sp Note that each file in the classpath is space-separated in this configuration file. .SH "OPTIONS" .IX Header "OPTIONS" .IP "\fB\-c\fR\fIcp\fR, \fB\-\-classpath=\fR\fIcp\fR" 4 .IX Item "-ccp, --classpath=cp" .PP Beyond the above, \fBjh_classpath\fR also accepts the shared debhelper options documented in \fBdebhelper\fR\|(7). .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBdebhelper\fR\|(7) .PP This program is a part of javahelper and uses debhelper as backend. There are also tutorials in /usr/share/doc/javahelper. .SH "AUTHOR" .IX Header "AUTHOR" Niels Thykier