Calling an external application (i.e. Windows Calculator) in a GWT web application

后端 未结 4 1557
轮回少年
轮回少年 2021-01-24 21:41

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

4条回答
  •  灰色年华
    2021-01-24 22:25

    Use Java Applet to call an external application in GWT using 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

提交回复
热议问题