OSDN Git Service

* gcj.texi (GNU Classpath Properties): Document new properties.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Jan 2003 17:33:20 +0000 (17:33 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Jan 2003 17:33:20 +0000 (17:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60840 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/java/ChangeLog
gcc/java/gcj.texi

index b514b08..aa858e8 100644 (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,
index 5c352d5..cb7ee69 100644 (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