Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Thread: Stream issue?

    by Norm
    Replies
    6
    Views
    1,466

    Re: Stream issue?

    Try debugging the code by adding lots of println statements so you see where the code is executing. If it is hanging someplace, the printlns will show you the last place it executed before it hung....
  2. Thread: Stream issue?

    by Norm
    Replies
    6
    Views
    1,466

    Re: Stream issue?

    How do you know when to enter anything if there is no prompt from the program?

    Where is the "wai" entered? I'd expect to see that on the console.
    Also where is the java command to start the...
  3. Thread: Stream issue?

    by Norm
    Replies
    6
    Views
    1,466

    Re: Stream issue?

    Can you post the console from when you execute the program that shows what it does including the println output?

    How do you execute the code? There are no main() methods
Results 1 to 3 of 3