Hello,
this code let me execute Z\eves within java, but now, i want to open a file and to import an other one.
Please, how can i do that
thank you
this code let me execute Z\eves within java, but now, i want to open a file and to import an other one.
Code:
String[] cmd = {"C:\\Python23\\pythonw.exe", "C:\\Program Files (x86)\\Z-Eves 2.3.1\\gui\\toplevel.pyw"}; File workingDir = new File("C:\\Program Files (x86)\\Z-EVES 2.3.1\\gui");try { Runtime r = Runtime.getRuntime(); Process p = r.exec(cmd, null, workingDir); }catch(Exception e1) { System.out.println("erreur d'execution " + e1.toString()); }
thank you