https://bugzilla.novell.com/show_bug.cgi?id=303904 User pmladek@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=303904#c9 Petr Mladek <pmladek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pmladek@novell.com Status|NEEDINFO |NEW Info Provider|pmladek@novell.com | --- Comment #9 from Petr Mladek <pmladek@novell.com> 2008-10-06 09:02:53 MDT --- OOo needs to find libjvm.so. You might see the last code at http://udk.openoffice.org/source/browse/*checkout*/udk/jvmfwk/plugins/sunmaj... It searches (see GnuInfo::getRuntimePaths): "/libjvm.so", "/lib/" GCJ_JFW_PLUGIN_ARCH "/client/libjvm.so", "/gcj-4.1.1/libjvm.so", In the prefixes defined by (see GnuInfo::initialize): gnu.classpath.home.url java.home java.library.path We search too many paths because "every" distribution and "every" gcj version uses another approach. To be honest, I have no idea what is the right setting and what is the purpose of the properties. We only need a property points to libjvm.so. Also we should find/define the meaning of the properties and use them cosistently accross all linux distributions. I hoped that you have contact to the author of gcj who might know ;-) PS: It is getting beffer. For example, the unversioned libjvm.so is nice win in the last gcj version. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.