OSDN Git Service

* java/lang/natRuntime.cc (insertSystemProperties): Set
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Nov 2002 18:28:07 +0000 (18:28 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Nov 2002 18:28:07 +0000 (18:28 +0000)
gnu.classpath.home.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59108 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 039a9d4..5386698 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 0dcf578..6737dbc 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