Search:

Type: Posts; User: copeg

Search: Search took 0.28 seconds.

  1. Replies
    9
    Views
    7,287

    Re: Using JAVA to access System Resources

    The link I gave demonstrates how you can run a command line tool, and read-to/write-from that tool while it is running - essentially it allows communication between a task that requires input (and...
  2. Replies
    9
    Views
    7,287

    Re: Using JAVA to access System Resources

    When you get the first process, you should retrieve the InputSteam, OutputStream, and ErrorStream, using these to read and write to that process. Ideally do all of these in different threads...see...
Results 1 to 2 of 2