This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: java/lang/natRuntime.cc
- From: Andrew Haley <aph at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: Mon, 18 Aug 2003 13:59:53 +0100
- Subject: Patch: java/lang/natRuntime.cc
- References: <200308190851.42732.konqueror@gmx.de>
Michael Koch writes:
>
> I wrote a little patch to java/lang/natRuntime.cc to set the property
> java.library.path like SUNs JDK does it.
>
> Please review and comment.
>
> Okay for commit ?
>
> +
> + // Initialize with prefix.
> + sb->append (JvNewStringLatin1 (PREFIX "/lib"));
I don't understand this part. Why do you do this?
Andrew.