Is it possible to open terminal of the client machine for a java based web application.
I know, that I can use
Runtime.getRuntime().exec("<command to execute>");
The above code will execute the application at the server side. Is there a way to open the terminal window of client machine. I can get the OS details from "User-Agent" request header. But I am not sure if there is any non applet way of invoking client terminal.