摘要:
import java.io.IOException;public class javaExeDemo { /** * @param * 用Java实现调用exe程序 */ public static void main(String[] args) { exeDemo(); } private static void exeDemo() { String path=""; path = "d:\\Program Files\\Tencent\\QQ\\Bin\\qq.exe"; try { Runtime rt = Runtime.getRuntime 阅读全文
posted @ 2013-04-04 00:52
一个学渣
阅读(856)
评论(0)
推荐(0)