首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > java 运行exe

java 运行exe

  • 资源大小:5.58 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: java

资 源 简 介

/* try {    Runtime rt = Runtime.getRuntime();   String command = "E:/java/读卡器/接口说明文档Demo/DEMO.exe "; Process pr = rt.exec("cmd /c dir"); // cmd /c calc    // Process pr = rt.exec("D:\xunlei\project.aspx");  //  Process pr = rt.exec(command);   BufferedReader input = new BufferedReader(new InputStreamReader(pr.getInputStream(), "GBK"));      String line = null;      while ((line = input.readLine()) != null) {     System.out.println(line);    }      int exitVal = pr.waitFor();    System.out.println("Exited with

文 件 列 表

bb
client.crt
kclient.keystore
kserver.keystore
server.crt
tclient.keystore
tserver.keystore
VIP VIP
0.179970s