Re: Runtime.exec , application is invisible

2010-04-09 Thread Mark Thomas
On 09/04/2010 03:10, topclass8205 wrote: 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 '

Runtime.exec , application is invisible

2010-04-08 Thread topclass8205
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 bu