Commit 60db58b2 by Tom Tromey Committed by Tom Tromey

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

From-SVN: r60840
parent 31758337
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> 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
* java/jcf-reader.c, java/jvgenmain.c, java/keyword.gperf, * java/jcf-reader.c, java/jvgenmain.c, java/keyword.gperf,
......
...@@ -2168,6 +2168,15 @@ Enables printing serialization debugging by the @code{java.io.ObjectInput} and ...@@ -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 @code{java.io.ObjectOutput} classes when set to something else then the empty
string. Only used when running a debug build of the library. 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 @end table
@node libgcj Runtime Properties @node libgcj Runtime Properties
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment