I have built and installed a development version of OOo (680m205) and then
run linkoo. If I now create a simple text document, then try to save it in
a file format that is generated by an XSLT filter, I get a pop-up box with
the message:

  Error saving the document Untitled1:
  Write Error.
  The file could not be written.

When using a non-product build, I get two debug output pop-up messages
prior to this (discounting the ones generated from thread.c, which appear
at various times even when things are working correctly). The first
message is:

  Error: typelibrary type not available: java.lang.NoClassDefFoundError
  From File /pack/ooo/cppuhelper/source/tdmgr.cxx at Line 700

The second message is:

  Error: [jni_uno bridge error] UNO calling Java method activate: non-UNO
  exception occurred: java.lang.NoClassDefFoundError:
  com/sun/star/lib/unoloader/UnoClassLoader
  java stack trace:
  java.lang.NoClassDefFoundError: com/sun/star/lib/unoloader/UnoClassLoader
     at
  com.sun.star.comp.loader.RegistrationClassFinder.find(RegistrationClassFind
  er.java:59)
     at com.sun.star.comp.loader.JavaLoader.activate(JavaLoader.java:301)
  From File /pack/ooo/bridges/source/jni_uno/jni_uno2java.cxx at Line 843

However, if I set the Java start parameter to "-verbose", I see this in the
console output:

[Loaded com.sun.star.lib.unoloader.UnoClassLoader from file:/opt/openoffice.org2.3/program/classes/unoloader.jar]

which indicates that UnoClassLoader has already been found and loaded.

If I try the same thing on the same build/installation without running
linkoo, none of the errors described above occur, and the document is
saved correctly.

Can anyone suggest what I might have done (or not done!) that would
cause this problem.

Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to