Tobias Krais wrote:
Solli Jürgen,
try an ending Semicolon at the accept string:
ooffice "-accept=socket,host=localhost,port=8100;urp;"
When you use the simple bootstrap method you don't need to start the
office separately. And you don't need an accept string, the simple
bootstrap mechanism connects to the office using a named pipe connection.
very interesting. You're right. Now I have an other question: is it
possible to load an OpenOffice odt file without having a listening
OpenOffice?
sure, the bootstrap function returns the context of a running office
(started if necessary)
context.getServiceManager() returns the office servicemanger and you can
use it in the same way as you did it over a socket connection.
Juergen
Greetings, Tobias
---------------------------------------------------------------------
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]