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.