Hi Robert,
Thullner, Robert wrote:
Hello
I have the following situation:
I use OpenOffice to convert a MS Word File to PDF with Java.
When my Java Program start the OO code from the main thread everything
works well.
If I start OO code from a different thread, Open Office cannot be
started. Especially at this line of code my program stops working:
Object context = xUrlResolver.resolve( sConnect );
in the Bootstrap Loader class of the package juh.jar
So again, if I start OO from the main java thread, everything works fine
If I start it from a different thread, than the main one, the program
blocks at the above mentionen line.
Is there any solution or workaround for this problem?
Not sure if I understand the problem correctly, could you post
stacktraces of all threads (e.g. by using jdb)?
Thanks for any reply
Robert
Regards
Kay
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]