natRuntime.cc (insertSystemProperties): Set gnu.classpath.home.
authorTom Tromey <tromey@redhat.com>
Thu, 14 Nov 2002 18:28:07 +0000 (18:28 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Thu, 14 Nov 2002 18:28:07 +0000 (18:28 +0000)
* java/lang/natRuntime.cc (insertSystemProperties): Set
gnu.classpath.home.

From-SVN: r59108

libjava/ChangeLog
libjava/java/lang/natRuntime.cc

index 039a9d4028fbf06b1e344879c9581789a0efcbe6..5386698fe475704205761c572087c3a1a6b38a93 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-14  Tom Tromey  <tromey@redhat.com>
+
+       * java/lang/natRuntime.cc (insertSystemProperties): Set
+       gnu.classpath.home.
+
 2002-11-13  Michael Koch <konqueror@gmx.de>
 
        * java/nio/ByteBuffer.java
index 0dcf5786d2f2d14430fe2e662e11dd668dede997..6737dbcbbfafaaa63ff00cc12d20e2c49697d0ad 100644 (file)
@@ -380,7 +380,8 @@ java::lang::Runtime::insertSystemProperties (java::util::Properties *newprops)
   // nothing else when installing gcj.  Plus, people are free to
   // redefine `java.home' with `-D' if necessary.
   SET ("java.home", PREFIX);
-  
+  SET ("gnu.classpath.home", PREFIX);
+
   SET ("file.encoding", default_file_encoding);
 
 #ifdef HAVE_UNAME