Hallo,
ein Prozess endet nicht und meldet die exception processHasNotExited. Wie komme ich an den OutputStream des Programmaufrufs ?
ein Prozess endet nicht und meldet die exception processHasNotExited. Wie komme ich an den OutputStream des Programmaufrufs ?
Java:
Process javac_process = Runtime.getRuntime().exec("javac -bootclasspath C:\\WTK2.5.2_01
\\lib\\cldcapi11.jar; C:\\WTK2.5.2_01\\lib\\midpapi20.jar wrapper_source\\wrapper.java", env, dir);