Search:

Type: Posts; User: Norm

Search: Search took 0.19 seconds.

  1. Replies
    6
    Views
    1,292

    Re: Analyzing Input Files, Code Runs Forever

    Where is the code reading any tokens from the StringTokenizer? It asks if there is one, but never gets it so there is always one ready to be read.
  2. Replies
    6
    Views
    1,292

    Re: Analyzing Input Files, Code Runs Forever

    Have you located a loop that is going forever?


    Probably not a problem. Try testing with a short file.
  3. Replies
    6
    Views
    1,292

    Re: Analyzing Input Files, Code Runs Forever

    Try debugging the code by adding some println() statements to print out messages as the executes. Be sure to put one inside any loops that could be long running. The print out will show you where...
Results 1 to 3 of 3