Thanks for the reply I already found a workaround for the situation, so the problem is solved somehow.
Greetings Robert -----Ursprüngliche Nachricht----- Von: Kay Ramme - Sun Germany - Hamburg [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 17. Juli 2007 09:13 An: [email protected] Betreff: Re: [dev] Threading problems in Open Office 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
