随笔分类 -  IT技术

摘要:java.io.File file =new java.io.File(path); Runtime.getRuntime().exec("./"+file.getName(), null, new java.io.File(file.getParent())); Ubuntu下测试成功! 阅读全文
posted @ 2011-07-28 14:58 MapViews 阅读(379) 评论(0) 推荐(0)