diff options
author | Ola Nordmann <olapc@yahoo.no> | 2001-10-01 11:50:34 +0000 |
---|---|---|
committer | Ola Nordmann <olapc@yahoo.no> | 2001-10-01 11:50:34 +0000 |
commit | 3095d2c801e948b90fb34051fb7aff6ae0f949bb (patch) | |
tree | af2d7f6620166c0cbe21a5d15b9c83a7bdd61de9 /dummy/compiler/java-c.1 | |
parent | 307f3a32e64ddd4de7b3e07f38d004c7de8d4a05 (diff) | |
download | java-common-3095d2c801e948b90fb34051fb7aff6ae0f949bb.tar.gz |
Moved java-compiler-dummy to java-common.
Diffstat (limited to 'dummy/compiler/java-c.1')
-rw-r--r-- | dummy/compiler/java-c.1 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dummy/compiler/java-c.1 b/dummy/compiler/java-c.1 new file mode 100644 index 0000000..6320462 --- /dev/null +++ b/dummy/compiler/java-c.1 @@ -0,0 +1,30 @@ +.TH JAVA-C 1 +.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection +.\" other parms are allowed: see man(7), man(1) +.SH JAVA-C +java-c \- A dummy Java compiler for the Java policy +.SH SYNOPSIS +.B java-c +.I "[options] files ..." +.SH "DESCRIPTION" +This manual page documents briefly the +.BR java-c +command. +.PP +.B java-c +is a wrapper around the real Java compiler. It sets the CLASSPATH according +to the Debian Java policy (if the compiler is not already compliant) and +can also add other mandatory directories to the CLASSPATH. This is configured +in +/etc/java-c +(see examples hereunder). +.PP +Your own CLASSPATH will be saved and appended. +.SH OPTIONS +They are passed uninterpreted to the compiler. +.SH "SEE ALSO" +/usr/doc/java-compiler-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). |