To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=80975 Issue #|80975 Summary|Search libjvm.so by the java.library.path Component|udk Version|OOG680_m2 Platform|PC URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|jl Reported by|pmladek
------- Additional comments from [EMAIL PROTECTED] Thu Aug 23 15:28:41 +0000 2007 ------- gij is not detected on openSUSE-10.3 on i586. There is used gij-4.2.1, so /usr/lib/gcj-4.2.1/libjvm.so must be found. It does not help to define the patch "gcj-4.2.1/libjvm.so" in GnuInfo::getRuntimePaths in jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx because the /usr/lib prefix is not longer defined in gnu.classpath.home.url Instead the property java.library.path points to the directory with libjvm.so. It might be a bug in the openSUSE-10.3 gij, see https://bugzilla.novell.com/show_bug.cgi?id=303904 On the other hand, the property java.library.path sounds reasonable and it might be worth to search it anyway. I'll add a patch that searches the path defined by java.library.path property. The first path in the list is enough at least on openSUSE-10.3. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
