Search:

Type: Posts; User: SimJim21

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,531

    Re: Using external .exe for input stream

    Norm, You are the MAN!!! that was the problem. it was writing a zero length string over my string var. Instant updates now. As I said Java is very new to me. I didnt know checking the string like...
  2. Replies
    5
    Views
    1,531

    Re: Using external .exe for input stream

    Does this mean that
    while ((line = input.readLine()) != null) is already reading the line into the "line" string?

    If so, am i possibly writing a 0 length string to "line"?
    that may be why i am...
  3. Replies
    5
    Views
    1,531

    Using external .exe for input stream

    I have an external console app I am trying to read from. My code starts the .exe process. I am using a buffered reader, .getinputstream, and then .readLine. I then print the Line to the console. I...
Results 1 to 3 of 3