Home › Forums › General XMetaL Discussion › use Java API to check running XMetaL › Reply To: use Java API to check running XMetaL
Reply to: use Java API to check running XMetaL
October 15, 2010 at 12:08 amHi Derek,
Right, I might have to check if xmetal[0-9]{2}.exe is running. That is one way of doing it for sure.
To my other question, no, I didn't want to close XMetaL. Users would want to have their order of closing applications.
1. close the tool, keep working in XMetaL, close XMetaL – XMetaL should completely close (no hanging session).
2. close XMetaL, Java Tool gets a call back (via any listener?), and do some clean up, and reset to initial state (or shut down).
Are those two scenarios possible?
Thanks!
Jason