开发者

Calling executable .jar on server via javascript

开发者 https://www.devze.com 2023-02-04 09:56 出处:网络
Is there 开发者_JS百科any way to pass something to an executable .jar on the server.You can a have server side page which calls a jar. Is that what you mean?ofcourse you can if you desing the app to a

Is there 开发者_JS百科any way to pass something to an executable .jar on the server.


You can a have server side page which calls a jar. Is that what you mean?


ofcourse you can if you desing the app to accept values

var editor = document.getElementById(applet_id);
editor.callMethod('com.myclass.applet.Interface', method+'', param+'')+"";

we pass the values from javascript to the applet like the example above

0

精彩评论

暂无评论...
验证码 换一张
取 消