Hello Stephan Bergmann, Its now working fine with
OpenOffice2.3....
Thank you very much.
On Fri, Oct 10, 2008 at 6:09 PM, Stephan Bergmann
<[EMAIL PROTECTED]>wrote:
> On 10/10/08 14:25, Dinesh Chothe wrote:
>
>> Hello, What are the things I need to do it working with
>> OpenOffice2.3?
>>
>
> Wrap
>
> java.lang.ClassLoader old =
> java.lang.Thread.currentThread().setContextClassLoader(
> this.getClass().getClassLoader());
> try {
> ...
> } finally {
> java.lang.Thread.currentThread().setContextClassLoader(old);
> }
>
> (modulo any typing errors of mine) around those parts of your extension's
> code that (calls other, potentially third-party code that in turn) calls
> java.lang.Thread.getContextClassLoader.
>
>
> -Stephan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>