diff options
Diffstat (limited to 'dummy/virtual-machine/java-vm.1')
-rw-r--r-- | dummy/virtual-machine/java-vm.1 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dummy/virtual-machine/java-vm.1 b/dummy/virtual-machine/java-vm.1 new file mode 100644 index 0000000..c91ab8e --- /dev/null +++ b/dummy/virtual-machine/java-vm.1 @@ -0,0 +1,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). |