This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: java/lang/natRuntime.cc
Michael Koch writes:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Am Montag, 18. August 2003 14:59 schrieb Andrew Haley:
> > 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?
>
> Constant string concatenation.
Look, I understand C perfectly well. Why do you initialize the
library path with (PREFIX "/lib") ?
Andrew.