String command = "taskkill /f /im hexin.exe";   

 Runtime.getRuntime().exec(command);