Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
130 views

How can I take the performance information from OpenOffice in C#?

I'm trying to monitor the performance information for openoffice using the performance counter class in C#. I'm encountering a wierd issue where although my program can monitor other applications ...
1
vote
4answers
4k views

Problem with starting OpenOffice service (soffice) from Java (command working in commandline, but not from Java)

I want to exceute a simple command which works from the shell but doesn't work from Java. This is the command I want to execute, which works fine: soffice -headless ...