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





------- Additional comments from [EMAIL PROTECTED] Thu Sep 29 01:48:32 -0700 
2005 -------
It may not be necessary to change OOoBean. LocalOfficeConnection.getProgramPath
calls
// find soffice executable relative to this class's class loader:
File path = NativeLibraryLoader.getResource(
                LocalOfficeConnection.class.getClassLoader(), aExec);

Because the class loader is the one that loaded the application and knows the
location of the jars, it should also find soffice. The implementation of
NativeLibraryLoader.getResource calls getResource of the class loader. 
It may be necessary to modify the class loader. It is contained
odk/source/com/sun/star/lib/loader/Loader.java, class CustomClassLoader

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