This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
[win32] -Djava.library.path
- From: Marco Trudel <mtrudel at gmx dot ch>
- To: GCJ <java at gcc dot gnu dot org>
- Date: Sun, 17 Sep 2006 17:13:25 +0200
- Subject: [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