If I understand correct. You want to use GWT to start program on the 
client side when you send some event from server side.
GWT Code is compiled to JavaScript. JavaScript is executed by the 
browser so browser security police don't give permition the code from 
javascript to be executed out of box (out of browser environment). So 
you can call even "cd c:\user" command on the client machine.

The answer on your question is NO.
sathya wrote:
> I need to execute command on client side.I have all clients username
> and passwords.So I need to login to client machine (windows) and
> execute commands
>
> On Oct 19, 1:00 pm, gwtfanb0y <[email protected]> wrote:
>   
>> I dont exactly understand what you want. Do you want to execute a
>> command
>> on the client-side (the browser) or on the server-side (input coming
>> from the client) ?
>>
>> On 19 Okt., 08:21, sathya <[email protected]> wrote:
>>
>>
>>
>>     
>>> I need to execute commands on windows machine (eg: c:\program files
>>> \outlook.exe) using java program. However java program will be running
>>> on remote server(tomcat server on other machine).
>>>       
>>> So my job is to connect to windows machine from server and execute
>>> commads on client.
>>>       
>>> Can you help in implementing this using java program?
>>>       
>>> I believe I can do this using SSh or using https connection from
>>> server to windows machine. However I am not sure which the best method
>>> to do this is. Also I would like to know if they are any other methods
>>> to implement this.
>>>       
>>> Thanks,
>>> Sathya.- Hide quoted text -
>>>       
>> - Show quoted text -
>>     
> >
>
>   


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to