Re: opening notepad.exe from linux to window via ssh runs in background

2010-07-28 Thread saravanan_k83
thanks Saravana Jeremy Bopp-3 wrote: > > On 7/27/2010 10:55 AM, Ryan McLeod wrote: >> On Tue, Jul 27, 2010 at 11:51 AM, saravanan_k83 >> wrote: >>> >>> Hi, >>> >>> I have setup a ssh connection between linux box and windows using >>&g

opening notepad.exe from linux to window via ssh runs in background

2010-07-27 Thread saravanan_k83
Hi, I have setup a ssh connection between linux box and windows using cygwin, I issued the java code to start notepad on windows. It actually starts notepad in background. i am not able to see it in foreground. javacode: Runtime.getRuntime().exec("notepad.exe") I even tried setting CYGWIN sshd