Hi ..

I have implemented one standalone application which launches a job using commandLaucher.
My requirement is after the job processing is done , control should return back to the job calling function.
But as CommandLauncher itself is existing the JVM after job processing , control cannot be returned back.
Any idea how can I return back the control ?
Or is there any other way by which I can do the same?
Please help and guide..

Thx in adv