D
DevNull
Hello Everyone,
After realizing I'm spending way to much time playing games I decided
to create a Tea-Timer application.
The purpose of the application is to launch another application such
as solitaire or wow or what have you. Then countdown to a specified
time, and when the time limit is reached kill the game.
I have it all going now with the exception of killing the specified
game.
The assumption that I made (evidently a bad assumption on my part),
was that simply exiting the java app would kill the running child
app. This does not seem to be the case.
Can anyone point me in the right direction on how best to kill off the
application once the time runs out?
Thanks in advance!
After realizing I'm spending way to much time playing games I decided
to create a Tea-Timer application.
The purpose of the application is to launch another application such
as solitaire or wow or what have you. Then countdown to a specified
time, and when the time limit is reached kill the game.
I have it all going now with the exception of killing the specified
game.
The assumption that I made (evidently a bad assumption on my part),
was that simply exiting the java app would kill the running child
app. This does not seem to be the case.
Can anyone point me in the right direction on how best to kill off the
application once the time runs out?
Thanks in advance!