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





------- Additional comments from [EMAIL PROTECTED] Wed Sep 12 07:39:33 +0000 
2007 -------
@ronyf:

- Re getContextClassLoader():  This is a problem that was hidden as long as OOo
effectively only used one single class loader for everything.  If you
(indirectly) call code that uses getContextClassLoader, you need to set up an
appropriate context class loader (via setContextClassLoader) around such a call
(and remember to reset it again.  IMO, the context class loader is a sad hack
that is used far to often by various libraries (it violates the principle to
make things as explicit as necessary, to avoid bad surprises as just happened to
you).

- Re CLASSPATH:  (I assume you are talking about a CLASSPATH environment
variable.)  AFAIK, OOo never supported a CLASSPATH environment variable; it uses
the jvmfwk3rc (resp. jvmfw3.ini) instead.  Also, support of a CLASSPATH
environment variable is a feature of the java executable, not the plain JVM that
OOo uses.

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