网上找了一些java调用客户端的程序的代码,这样只能调用程序本地的客户端, Runtime rn = Runtime.getRuntime();Process p = null; String exeFile = ""; try{ exeFile = "D:\EditPlus 2\editplus.exe"; p = rn.exec(exeFile);问题:用户怎么能访问javaweb应用的时候,调用自己本地安装的客户端程序,比如调用qq.exe
参考:http://ask.csdn.net/questions/11319