java terminating other programs

Hi, Is there a way to write a java program that will terminate other programs? i.e. if I have internet explorer and firefox open, can I write a java program that will terminate the two browsers? Thanks
[215 byte] By [Jam0Cama] at [2007-11-27 9:09:12]
# 1
were they opened by your java program?
petes1234a at 2007-7-12 21:48:42 > top of Java-index,Java Essentials,Java Programming...
# 2
If you opened then, you can easily termite thenIf not, you can execute "kill" commands.....
pbulgarellia at 2007-7-12 21:48:42 > top of Java-index,Java Essentials,Java Programming...
# 3
pb,No,internet explorer = windowskill = unixIt's a piece of cake in VB6... so I presume there's an winblows API for it.
corlettka at 2007-7-12 21:48:42 > top of Java-index,Java Essentials,Java Programming...