Can I call a local user program in JSP?
Posted
by Yael
on Stack Overflow
See other posts from Stack Overflow
or by Yael
Published on 2010-04-12T17:19:30Z
Indexed on
2010/04/12
17:22 UTC
Read the original article
Hit count: 221
jsp
Is there a way to invoke a local program in JSP?
for example, to add a button to a jsp page, and when the user press the button the windows calculator app will be opened.
Thanks
© Stack Overflow or respective owner