I am trying to call an external windows application (i.e. calc.exe) when a user clicks on a button in a GWT web application. Is there a way on how to do it?
Below are w
Use Java Applet to call an external application in GWT using JSNI.
JSNI
Please have a look at below links for sample code.
Invoking Applet Methods From JavaScript Code
Call Java Applet function from Javascript
How to call Applet method from javascript