Patch: java/lang/natRuntime.cc

Andrew Haley aph@redhat.com
Mon Aug 18 13:36:00 GMT 2003


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.



More information about the Java-patches mailing list