wrote:
> I am using tomcat webserver and jdk1.5.0
> I tried to open exe files from servlet and jsp. My problem is that the
> program that I am trying to open is started(as I could see it in
> windows task manager) but I couldnot find it on screen.
> Is there a work around or am I going wrong somewhere.
Is Tomcat running as a service ? If so then the notepad.exe will run as
whatever user is configured for that service, and will probably not (and should
not) have access to the desktop.
(BTW, you do /intend/ to open notepad.exe on the server, don't you ?)
-- chris