Search:

Type: Posts; User: vortexnl

Search: Search took 0.06 seconds.

  1. Re: Can't seem to understand why my while loop doesn't exit!

    Ok, I changed my code to this to this:



    public void run()
    {

    System.out.println("Starting run()");

    try
  2. Re: Can't seem to understand why my while loop doesn't exit!

    Putting a print statement in the catch and finally block doesn't do anything for me, it looks like it's working like it should, but I still don't know why the loop keeps looping (I would assume you...
  3. Can't seem to understand why my while loop doesn't exit!

    I'm gonna past a small piece of code that reads data from a socket server coming from flash, and then sends it back to a client, this is the code:



    public void run()
    {
    try
    ...
Results 1 to 3 of 3