aspose file tools
The moose likes JSP and the fly likes runnig exe on client side Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "runnig exe on client side" Watch "runnig exe on client side" New topic
Author

runnig exe on client side

alec stewart stewart
Ranch Hand

Joined: Dec 23, 2003
Posts: 71
i have an exe which is on the server side.now whenever the client requests a particular jsp page that exe should get executed on the client side.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56157
    
  13

The only way to do this is to have the user download the exe and execute it. You cannot cause anything to execute without the user knowing about it for obvious security reasons.
bear


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: runnig exe on client side
 
Similar Threads
how to run .exe by click on html button
Intranet web application
run exe in client sid
executing exe from web app
how to involve a .exe file