Search:

Type: Posts; User: stdunbar

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,971

    Re: Java socket server problem

    Well, the code is written in Java. Eclipse is development tool that can help you program in Java. Java is zero based - don't start your loops at one.

    Start with that and see what breaks next :)
  2. Replies
    6
    Views
    1,971

    Re: Java socket server problem

    I'm not positive that this is the problem but is Java zero based or one based when it comes to counting? What is the index of the first element in the ArrayList? I see that you're subtracting one...
Results 1 to 2 of 2