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]

Reply via email to