简体   繁体   中英

Calling executable .jar on server via javascript

有什么办法可以将某些东西传递给服务器上的可执行文件.jar。

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM