Hi,
is there some way to terminate all (Java) applications launched with Eclipse at once?
br, Touko
Hi,
is there some way to terminate all (Java) applications launched with Eclipse at once?
br, Touko
Open the debug view, select all, and click the big red box (or right-click and select "Terminate").
In WINDOWS: you can terminate a process tree (a process and all children and children's children etc.) using ProcExplorer or some API functions..
I am not sure how you do it on linux...