Hi,
My program (Java) tries to connect to OOo but in the debugger it just jumps to
the end of the function without throwing an exception and in the system console
there is a message that a library could be wrong:
>>>
/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/java[73984]
dlopen(/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/lib/libjpipe.jnilib,
1): no suitable image found. Did find:
/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/lib/libjpipe.jnilib:
mach-o, but wrong architecture
<<<
The program uses the SDK 3.2 and OOo is also 3.2.
I have then installed the OOo-Dev_DEV300_m75 developer snapshot version and the
SDK_DEV300_m74 and have adapted the options in the NetBeans plugin. With these
settings I have created a new project in NetBeans, that contains already the
call
XComponentContext xContext = Bootstrap.bootstrap();
When I simply execute the new project in the debugger I get the same error as
above.
There is an Issue 107648 concerning the Apple Remote code in Snow Leopard
10.6.1 and 10.6.2.
This issue could be related to the problem and will probably be fixed in OOo
3.2.1, but I don't know if the fix is in the snapshot.
The other snapshot OOO320_m14 is not present on the download page.
It seems that the error message on the system console is a follow-up of another
error, because the library libjpipe.jnilib is of the right architecture (i386).
Wolfgang