String exePath = "D:\\f2d\\p2fServer.exe; " //exe程序的绝对路径
String docPath = "D:\\doc\\qqq.doc";//doc文件的绝对地址
String descPath = "D:\\swf\\doc.swf";//生成swf文件的绝对地址
java.lang.Runtime re = Runtime.getRuntime(); //获取运行实例
re.exec(exePath +" "+docPath +" "+descPath ); //以空格隔开