File: java-vm.1

package info (click to toggle)
java-virtual-machine-dummy 0.3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 60 kB
  • ctags: 2
  • sloc: sh: 47; makefile: 39
file content (32 lines) | stat: -rw-r--r-- 979 bytes parent folder | download
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
29
30
31
32
.\" -*- nroff -*-
.TH JAVA-VM "1" "November 1999" "DEBIAN"
.SH NAME
java-vm \- A dummy Java virtual machine for the Debian Java policy
.SH SYNOPSIS
.B java-vm
.I "[options] files ..."
.SH DESCRIPTION
This manual page documents briefly the
.BR java-vm
command.
.PP
.B java-vm
is a wrapper around the real Java virtual machine. It sets the
CLASSPATH according to the Debian Java policy (if the virtual machine
is not already compliant) and can also add other mandatory directories
to the CLASSPATH. This is configured in /etc/java-vm (see examples
hereunder).
.PP
Your own CLASSPATH will be saved and appended.
.SH OPTIONS
They are passed uninterpreted to the virtual machine.
.SH FILES
.TP
.I /etc/java-vm
java-vm configuration file.
.SH "SEE ALSO"
/usr/share/doc/java-virtual-machine-dummy
and specially the "examples" directory.
.SH AUTHOR
This manual page was written by Stephane Bortzmeyer <bortzmeyer@debian.org>,
for the Debian GNU/Linux system (but may be used by others).