hdw
2018-11-29 b613b881af5c7f7e442eba2c3c383a6aeb915bf4
gx_tieta/src/com/fgkj/dao/BattTestData.java
@@ -121,9 +121,10 @@
         f = f.getParentFile();
        }
      
      jarPath = f.getParentFile().getAbsolutePath()+File.separator+"Batt_MS_FBSDEV_X64/Batt_MS_FBSDEV/"+"BTSE_DB_Builder.jar";            //主程序中jar的目录
      jarPath = f.getParentFile().getAbsolutePath()+File.separator+"Batt_MS_FBSDEV_X64/Batt_MS_FBSDEV/"+"BTSE_DB_Builder.exe";            //主程序中exe的目录
        //strcmd = "cmd /c start "+batPath;
        strcmd = ("cmd /c start ")+jarPath.replaceAll(" ", "\" \"");         //修复绝对路径中存在空格时执行不成功bug
        System.out.println(strcmd);
        Process child = null;
      InputStream in = null;
      try {