Re: [tcljava-user] How to know when a java application is closed from tcl
Brought to you by:
mdejong
From: D. J. H. <dha...@mi...> - 2009-02-19 17:54:55
|
That would work as long as the code/app you're executing is well behaved. If that Java code calls System.exit, that will kill your whole process... -=- D. J. On Feb 19, 2009, at 4:12 AM, Eva Perez Mastroianni <evi...@gm... > wrote: > Hi, > > I want to open a java application from a Tcl application and then, > when the java application is closed, let it know to the Tcl > > application. > > I think I could do this with the tcl blend library using the command > java::bind $p windowClosed. > > Is it correct or there is a better way to do this? > > Thanks. > > --- > --- > --- > --------------------------------------------------------------------- > Open Source Business Conference (OSBC), March 24-25, 2009, San > Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > -Strategies to boost innovation and cut costs with open source > participation > -Receive a $600 discount off the registration fee with the source > code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user |