This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[win32] -Djava.library.path


Hello all

I use GCJ 4.2.0 (20060630) on linux and windows.
While passing -Djava.library.path=foobar to GCJ leads to the expected behaviour on linux, it seems to be ignored on windows.
Actually System.getProperty("java.library.path") returns the correct value on both plattforms, but System.loadLibrary() only uses it on linux.


Is this a known bug/problem (I didn't find anything on google or the GCC bugzilla) or shall I make a bug report?
Has anyone an idea for a workaround?



Marco



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]