日期:2014-05-20  浏览次数:20626 次

jsp中怎么让打开网页的人运行外部程序
这是我的外部程序:别人打他网页就是我机器运行这个程序!怎么让打开的人运行这个程序呢???要加个什么呢?
String s = "net use \\\\10.10." + mid + ".1" + jid
+ "\\bak \"yhcq\" /user:guest";
Process process = Runtime.getRuntime().exec("cmd /c start " + s);

------解决方案--------------------
activex