To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65974


User jl changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'jkim,jl,kendy,pjanik'    |'jkim,jl,kendy,kr,pjanik'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Aug 29 01:41:34 -0700 
2006 -------
Hi,

I second Kay's opinion. The LD_LIBRARY_PATH which is ultimately formed by the
return value of getLibraryPaths may depend on what libjvm.so is used. A wrong
LD_LIBRARY_PATH may lead to crashes and difficult to find errors. So what you
need to find out what directories of the JRE have to be on the path. This can be
done by testing, since this is nowhere specified to my knowledge. The other (and
safer) option is to have a look at the code of the java executable which forks
off a new process and sets the LD_LIBRARY_PATH if necessary.
Then make sure that the getLibraryPaths returns exactly the suitable paths for
the selected runtime lib (getRuntimePaths). This can be achieved by using the
ifdefs as Kay indicated.
BTW, I believe with Java 6 setting the LD_LIBRARY_PATH may not be necessary 
anymore.





---------------------------------------------------------------------
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]

Reply via email to