开发者

Calling executable .jar on server via javascript

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜