How to end process using Java?
P: 1
|
rawash
I am able to fetch all the processes which are running in Windows
task Manager. Now I want to end a particular process from those
processes. Is it possible in Java, or do i need to write some native
code??
Oct 9 '09
#1
Kara HewettYou can also use Task Scheduler on a Windows Server and kill any java program which is running on that server. |
No comments:
Post a Comment