Help for this page

Select Code to Download


  1. or download this
      String[] aArgs = { "perl", "-e", "print \"Hello World\"" };
      Runtime oRuntime = Runtime.getRuntime();
    ...
      }
      OutputStream oOut = oProcess.getOutputStream;