Re: [tcljava-user] How to know when a java application is closed from tcl
Brought to you by:
mdejong
From: Kristoffer L. <se...@fi...> - 2009-02-23 08:28:52
|
On 23 Feb 2009, at 09:49, rahul wrote: > | My java application must end calling System.exit(0). Can I do > anything > | before exiting the java application to not make the tcl > application die? I > | only want to launch a java application from tcl and let know the > tcl when it > | has been finished. I don't think the Tcl app should exist if the Java application you started with [exec] or [open] calls System.exit. That should merely cause the Java process (the child process) to exit. / http://www.scred.com/ / http://www.fishpool.com/~setok/ |