Closing the IE browser thro' Java application
Hi,I have a requirement wherein I have to close the applications launched like (Internet exploer window) thro my java application.Can anyone help me on this?I tried using Runtime class Process.destroy( ) method. But still not able to find the exact one.Thanks.