摘要: 1/** 2 * This class implements the functionality of fetching the size of the screen 3 */ 4package com.leo.util; 5 6/** 7 * @author Leo Share 8 * @since 07/16/2007 9 * @version 1.010 */1112class... 阅读全文
posted @ 2007-07-20 09:55 念月思灵 阅读(5012) 评论(0) 推荐(0) 编辑
摘要: 使用Runtime.getRuntime().exec()方法可以在java程序里运行外部程序。 1. exec(String command) 2. exec(String command, String envp[], File dir) 3. exec(String cmd, String envp[]) 4. exec(String cmdarray[]) 5. exec(Str... 阅读全文
posted @ 2007-07-20 09:32 念月思灵 阅读(39014) 评论(1) 推荐(1) 编辑