| View previous topic :: View next topic |
| Author |
Message |
ksam Newbie

Joined: 05 Aug 2003 Posts: 1
|
Posted: Tue Aug 05, 2003 4:00 am Post subject: CALL OPEN OFFICE API WITHOUT INVOKING ITS APPLICATION |
|
|
Hey,
I have installed OpenOffice and trying to access the OpenOffice API's using java.
And the API works
only if the Apllication is started using <officePath>/program/soffice “-accept=socket,port=8100;urp;”
And I dont this User Interface. Is there any "just the listening service" (without any GUI) is available so that my API will work.
sam |
|
| Back to top |
|
 |
Peter V. Saveliev General User

Joined: 01 Aug 2003 Posts: 8
|
Posted: Tue Aug 05, 2003 4:22 am Post subject: |
|
|
Try to add '-invisible' to the option string. Or run 'soffice -help'
But, if you use OOo on UNIX platform, you'll need X anyway  |
|
| Back to top |
|
 |
|