Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.14 seconds.

  1. Re: java.lang.ArrayIndexOutOfBoundsException error

    Ok, so for the sake of learning, I will go over with you every step in the process of debugging an issue like this. If I lose you anywhere, feel free to ask me to clarify:
    We know there are 3 index...
  2. Re: java.lang.ArrayIndexOutOfBoundsException error

    You have a lot of loops going on.
    The exception is thrown on line 130 of the arrayObjects class (according to your stack trace). What is on that line?
    I don't know if you are doing this or not, but...
Results 1 to 2 of 2