I am creating one process in java, and it will call another exe.
Now both are running as a different process. When I am closing my application first process is destroyed by calling destroy method. But I can’t able to close second process.
Thanks in advance.
Now both are running as a different process. When I am closing my application first process is destroyed by calling destroy method. But I can’t able to close second process.
Thanks in advance.