|
From: simone\.pandolfi <sim...@po...> - 2006-09-14 13:29:20
|
Hi,
I have wrapped with method 1 a java application witch a
thread which launch OpenOffice with Runtime.getRuntime
().exec("C:\Programs\OpenOffice.org1.1.3
\\program\\soffice.exe -invisible -nologo -headless -
quickstart macro:///Standard.Module1.CPDF(file.rtf)").
It works rigth in console mode, but if installed as
Windows service, it seems it doesn't execute the command
(or the macro. I have no message or error, just the macro
doesn't produce the file expected)
Please, can someone tell me how can I get OpenOffice
executing into the windows service ?
Thank you in advance
Simone
|