Open GoogleCodeExporter opened 8 years ago
I have figured out how to avoid this, though not quiet sure if the best way to
do.
ProcessManager processManager = new SigarProcessManager();
Sigar sigar = new Sigar();
long servicePid = processManager.findPid(new ProcessQuery("soffice.bin", ""));
//System.out.println(" Process id = " + servicePid);
// 9 = SIGTERM signal
sigar.kill(servicePid, 9);
This stops the soffice.bin.
Original comment by papab...@gmail.com
on 28 Mar 2012 at 2:05
Original issue reported on code.google.com by
papab...@gmail.com
on 22 Mar 2012 at 1:04