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 com.sun.star.lib.connections.pip.PipeConnection
within jurt.jar effectively depends on finding a jpipe dynamic library
(libjpipe.so on Linux) through the Class-Path in the jurt.jar
META-INF/MANIFEST.MF, "ridl.jar unoloader.jar ../../lib/ ../bin/".

So the symlink is the problem? Grmpf.

Why can't you for one time just handle symlinks correctly....

For one, there is no "correct" handling of symlinks. Sometimes, you want to treat them transparently, sometimes not. And for another, it is the Java machinery that threats the symlinks "incorrectly" here, not "us."

Hmm. Or I just "fix" the Class-Path: there.
Stephan, can I just put a /usr/lib/ure/lib there (in addition to ../../lib/)
or will there be other stuff still not working then?

Please do not put an absolute path into plain OOo's jurt.jar Class-Path. (And whether there would "be other stuff still not working" I don't know---you would need to try it out.)

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to