Re: [dev] OpenOffice bootstrapping on Red Hat 4

2010-03-18 Thread Stephan Bergmann
The next most common problem then would be that the PipeConnection class does not find the lipjpipe.so JNI library at all. It tries to load it at the end of a static block, near the start of jurt/com/sun/star/lib/connections/pipe/PipeConnection.java. First thing is that it catches and ignores

Re: [dev] OpenOffice bootstrapping on Red Hat 4

2010-03-17 Thread K S
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 > On 03/12/10 21:13, K S wrot

Re: [dev] OpenOffice bootstrapping on Red Hat 4

2010-03-15 Thread Stephan Bergmann
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.s

[dev] OpenOffice bootstrapping on Red Hat 4

2010-03-12 Thread K S
Dear OpenOffice Experts, I have a little issue with debugging my application on RedHat4. This is a java application which uses its own OpenOffice package. It loads OO by the standard UNO approach. On other Linux versions there are no problems, but on the RedHat4 an error occurs on the stage of boo