Re: [api-dev] soffice.bin keeping socket locked in java application?

2007-01-24 Thread Mathias Bauer
news.gmane.org wrote: > Hello, > I have a complex java application using the officebean. > Almost everything works fine, but I have a problem: > my application is made up of several separated java programs which are > launched separately using: > Runtime.getRuntime().exec(ExecString); > > One

Re: [api-dev] soffice.bin keeping socket locked in java application?

2007-01-24 Thread Jörg Budischewski
Hi, > When the officebean is started in one of these programs and then the > application is closed, how do you do this closing ? Do you call System.exit() ? You need to call System.exit(), as the office creates non-demon Threads for interprocess communication. What is your platform ? The tool

[api-dev] soffice.bin keeping socket locked in java application?

2007-01-23 Thread news.gmane.org
Hello, I have a complex java application using the officebean. Almost everything works fine, but I have a problem: my application is made up of several separated java programs which are launched separately using: Runtime.getRuntime().exec(ExecString); One of these programs uses a socket on por