Search:

Type: Posts; User: kingwang98

Search: Search took 0.17 seconds.

  1. ant cobertura for java JUnitTest failed

    My ant build.xml is working fine without using instrument of cobertura for code coverage!
    As long as I put my test depends=instrument it fails.
    It seemed to me that the cobertura instrument caused...
  2. [SOLVED] Re: Java runtime get result output from prompt problem with a larger output in type

    Thank you for your information. The problem solved on :
    Java run windows system command and get result | DaniWeb
  3. [SOLVED] Java runtime get result output from prompt problem with a larger output in type

    I am using java process to start a system command in windows

    Runtime r = Runtime.getRuntime();
    Process pr = r.exec(cmdString);

    I want to get the prompt out put from cmdString = "cmd /c type...
Results 1 to 3 of 3