natRuntime.cc (insertSystemProperties): Set gnu.classpath.home.

* java/lang/natRuntime.cc (insertSystemProperties): Set
	gnu.classpath.home.

From-SVN: r59108
This commit is contained in:
Tom Tromey 2002-11-14 18:28:07 +00:00 committed by Tom Tromey
parent b54983130e
commit 06fa6442a3
2 changed files with 7 additions and 1 deletions

View 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

View 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