hxx 2 gadi atpakaļ
vecāks
revīzija
e19e5cb097

+ 1 - 0
src/main/java/com/miniframe/solverconfig/hcfd/HcfdPath.java

@@ -23,6 +23,7 @@ public class HcfdPath {
                                       AdiSolverConfig config,
                                       AdiSolverJob job ) throws IOException {
         String jobPath = XIFileUtils.getRootPathStr()+ MFConstant.separator+job.getPid();
+        System.out.println(jobPath);
         String exePath = jobPath+ MFConstant.separator+"hcfd";
         String exeInPath = exePath+ MFConstant.separator+"data_in";
         File exeInDir = new File(exeInPath);