* gcj.texi (GNU Classpath Properties): Document new properties.

From-SVN: r60840
This commit is contained in:
Tom Tromey 2003-01-03 17:33:20 +00:00 committed by Tom Tromey
parent 317583376d
commit 60db58b266
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-01-03 Tom Tromey <tromey@redhat.com>
* gcj.texi (GNU Classpath Properties): Document new properties.
2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
* java/jcf-reader.c, java/jvgenmain.c, java/keyword.gperf,

View File

@ -2168,6 +2168,15 @@ Enables printing serialization debugging by the @code{java.io.ObjectInput} and
@code{java.io.ObjectOutput} classes when set to something else then the empty
string. Only used when running a debug build of the library.
@item gnu.classpath.vm.shortname
This is a succint name of the virtual machine. For @code{libgcj},
this will always be @samp{libgcj}.
@item gnu.classpath.home.url
A base URL used for finding system property files (e.g.,
@file{classpath.security}). By default this is a @samp{file:} URL
pointing to the @file{lib} directory under @samp{java.home}.
@end table
@node libgcj Runtime Properties