[Bug 166] System.loadLibrary: look in platform default library paths

[email protected] Sun, 18 Dec 2005 12:04:10 -0500
Newsgroups gmane.comp.java.vm.sablevm.bugs
Message-ID <[email protected]>
http://sablevm.org/bugs/show_bug.cgi?id=166





------- Additional Comments From [email protected]  2005-12-18 12:04 -------
The java-sablevm wrapper script is quite unintuitive here.

When the system property java.library.path is not explicitly set, it ends up
being just . (current working directory). However, when it is set to /foo, it
ends up being set to /foo:::/usr/lib. This is inconsistent!

Also, /usr/lib can be wrong on multilib architectures - it should be /usr/lib64
for x86_64, for example.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.