I'm making some web server for managing specific application. at first, I want to run or stop a application at remote desktop using JSP server.
So, I used following code. Process process = Runtime.getRuntime().exec("C:\\test.exe"); then I confirm that 'test.exe' is running at remote desktop but background. I could fine 'test.exe' from windows task manager. but I can't see it's window. It's invisible. how can I make it visible at remote desktop? anybody give me some advices. thanks in advance. -- View this message in context: http://old.nabble.com/Runtime.exec-%2C-application-is-invisible-tp28186777p28186777.html Sent from the Tomcat - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org