Dear Stephan!

I have checked this variant with the flag you noted, but the problem still
exists. Interesting moment is that when I create a bootstrap application
with OpenOffice plugin for NetBeans, its code successfully works...

-Kirill

2010/3/15 Stephan Bergmann <stephan.bergm...@sun.com>

> 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: dev-unsubscr...@openoffice.org
> For additional commands, e-mail: dev-h...@openoffice.org
>
>

Reply via email to