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? Thanks for any reply Robert
