Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-25 Thread rony
Retrying... On 24.08.2010 11:54, rony wrote: Hi René, On 24.08.2010 10:38, Rene Engelhard wrote: rony, OK please try $ cd /usr/lib/ure/share/java $ ln -f ../../../../share/java/openoffice/jurt.jar jurt.jar Yup, that makes it work ! ---rony

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-25 Thread rony
Hi René, On 24.08.2010 10:38, Rene Engelhard wrote: rony, OK please try $ cd /usr/lib/ure/share/java $ ln -f ../../../../share/java/openoffice/jurt.jar jurt.jar Yup, that makes it work ! ---rony - To unsubscribe,

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-24 Thread Stephan Bergmann
On 08/23/10 14:09, Rene Engelhard wrote: On Mon, Aug 23, 2010 at 11:42:22AM +0200, Michael Stahl wrote: i think i remember this error... it is caused by not finding some URE dynamic libraries, like libjpipe.so. the Java UNO bridge apparently uses native code via JNI for some things. Then that

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-24 Thread Rene Engelhard
Hi, On Tue, Aug 24, 2010 at 08:50:13AM +0200, Stephan Bergmann wrote: The static NativeLibraryLoader.loadLibrary(PipeConnection.class.getClassLoader(), jpipe); in class com.sun.star.lib.connections.pip.PipeConnection within jurt.jar effectively depends on finding a jpipe dynamic library

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-24 Thread Rene Engelhard
Hi, On Tue, Aug 24, 2010 at 08:50:13AM +0200, Stephan Bergmann wrote: This works in standard OOo installations, where the jpipe dynamic library is found relative to jurt.jar within the URE installation either in ../../lib (Unix) or ../bin (Windows). This fails if you either use a

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-24 Thread Rene Engelhard
On Tue, Aug 24, 2010 at 10:26:58AM +0200, Rene Engelhard wrote: Hi, On Tue, Aug 24, 2010 at 08:50:13AM +0200, Stephan Bergmann wrote: The static NativeLibraryLoader.loadLibrary(PipeConnection.class.getClassLoader(), jpipe); in class com.sun.star.lib.connections.pip.PipeConnection

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-24 Thread rony
Hi René, hi Michael, just managed to re-install the Ubuntu version of OOo. Out of the box the reported error occurs. Then, following Michael's advice and adding /usr/lib/ure/lib/ to CLASSPATH resolved the problem and OOo can be addressed via Java from the commandline ! So there is at least a

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-24 Thread Rene Engelhard
On Mon, Aug 23, 2010 at 08:53:26PM +0200, rony wrote: So there is at least a problem in the Ubuntu distribution with the setup somewhere. As we already found out in this thread. It's a problem in Debian and Ubuntu because we move the Java libs to a standardized path with symlinks and OOo cannot

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-24 Thread Stephan Bergmann
On 08/24/10 10:41, Rene Engelhard wrote: On Tue, Aug 24, 2010 at 10:26:58AM +0200, Rene Engelhard wrote: On Tue, Aug 24, 2010 at 08:50:13AM +0200, Stephan Bergmann wrote: The static NativeLibraryLoader.loadLibrary(PipeConnection.class.getClassLoader(), jpipe); in class

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-24 Thread Rene Engelhard
Hi, On Tue, Aug 24, 2010 at 12:02:55PM +0200, Rene Engelhard wrote: On Mon, Aug 23, 2010 at 08:53:26PM +0200, rony wrote: So there is at least a problem in the Ubuntu distribution with the setup somewhere. As we already found out in this thread. It's a problem in Debian and Ubuntu

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-24 Thread Stephan Bergmann
On 08/24/10 13:31, Rene Engelhard wrote: On Tue, Aug 24, 2010 at 01:19:43PM +0200, Stephan Bergmann wrote: Please do not put an absolute path into plain OOo's jurt.jar Class-Path. It's for *Debians* OOo. The path won't change in Debian anyways (and if it did it would automaticatilly be

[dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-23 Thread Michael Stahl
On 21/08/2010 23:57, rony wrote: Hi René, sorry that it took a while to get back, but I got totally carried away changing/enhancing the installation scripts and had to get everything into sync again, before coming back to check out and analyze the problem with the Ubuntu distribution.

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-23 Thread Rene Engelhard
On Mon, Aug 23, 2010 at 11:42:22AM +0200, Michael Stahl wrote: i think i remember this error... it is caused by not finding some URE dynamic libraries, like libjpipe.so. the Java UNO bridge apparently uses native code via JNI for some things. Then that is a bug in the bridge or the extension

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-23 Thread Rene Engelhard
Michael Stahl wrote. so try adding /usr/lib/ure/lib/ to CLASSPATH, see if that helps. Or LD_LIBRARY_PATH (no idea whether that helps for JNI Linkage but it can be tried, too) Grüße/Regards, René - To unsubscribe, e-mail:

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-23 Thread rony
On 23.08.2010 14:09, Rene Engelhard wrote: On Mon, Aug 23, 2010 at 11:42:22AM +0200, Michael Stahl wrote: i think i remember this error... it is caused by not finding some URE dynamic libraries, like libjpipe.so. the Java UNO bridge apparently uses native code via JNI for some things.

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-23 Thread Rene Engelhard
On Mon, Aug 23, 2010 at 03:29:47PM +0200, rony wrote: (Or do I have to go through Synaptic manager and check all sort of Eww, synaptic. modules (with the risk that I am overlooking an important one, given that the OOo related modules seem to be quite dispersed.) apt-get install