[udk-dev] Getting URE types from Java

2006-05-19 Thread Cedric Bosdonnat
Hi all, I'm trying to integrate the URE in the Eclipse integration and I'm getting into some troubles. Is there any way to bootstrap the URE as we can do for OOo ? I'ld like to bootstrap the URE in order to use XTypeDescriptionEnumerationAccess and get the content of its types.rdb and

Re: [udk-dev] Getting URE types from Java

2006-05-19 Thread Cedric Bosdonnat
Hi Stefan, thanks for your quick answer :) Stephan Bergmann a écrit : You are probably using com.sun.star.comp.helper.Bootstrap.bootstrap. Despite being included in a URE jar, this is OOo-specific functionality, so it is by design that it fails for you. Poor design indeed, I agree...

Re: [udk-dev] Getting URE types from Java

2006-05-19 Thread Cedric Bosdonnat
Stephan Bergmann a écrit : I may have made a mistake by writing the findLibrary method()... but I can't see which one. Does the libjuh.so library loads some .uno.so library ? This might be a problem because my ClassLoader doesn't return them... Em, Jürgen just reminded me that there still

Re: [udk-dev] Getting URE types from Java

2006-05-19 Thread Cedric Bosdonnat
Hi Juergen, Jürgen Schmidt a écrit : The issue number is i65388 and the problem is that dependent libraries can't be found. For Unix this issue is fixed by using the NativeLibraryLoader in juh.jar to load the libjuh.so. libjuh.so is linked with a correct rpath to find it's dependent