Commit 06fa6442 by Tom Tromey Committed by Tom Tromey

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

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

From-SVN: r59108
parent b5498313
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
......
......@@ -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
......
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