On 03/12/10 21:13, K S wrote:
Caused by: java.lang.UnsatisfiedLinkError:
com.sun.star.lib.connections.pipe.PipeConnection.createJNI(Ljava/lang/String;)I

That class tries to load libjpipe.so JNI library. The most typical problem with that nowadays is that either your OOo (and hence libjpipe.so) is 32 bit and the Java process you start is 64 bit, or vice versa. At least with recent Sun JVMs, you can control whether the Java process is 32 or 64 bit via -d32 resp. -d64 command line switches.

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to