Jörg Budischewski ha scritto:
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 tooling is very different on each platform
to get to know, which process listens on a socket or why a certain
process does not terminate.
My platform is windows XP with java 1.5.0_06 and eclipse as a IDE.
The application is closed calling Runtime.getRuntime().halt(0);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]