Search:

Type: Posts; User: jameschristian

Search: Search took 0.10 seconds.

  1. Re: I need help with ArrayIndexOutOfBounds exception!

    You rock. Seriously. There is rocking being done and you are doing it. Thank you!
  2. Re: I need help with ArrayIndexOutOfBounds exception!

    Just in point of fact, I also had to cast the number going in to the array as an int before I cast it as a byte, which made the numbers all come out right, but that's not really related to the...
  3. Re: I need help with ArrayIndexOutOfBounds exception!

    Also, the size of the array is numDigits. I assigned 4 to numDigits to test it with, and it all came out right in the engine main method, but again, when I call the method from outside the class,...
  4. Re: I need help with ArrayIndexOutOfBounds exception!

    The numDigits field is taken from user input. I have tested that and it is receiving it properly. What I mean by running the method independently is that when I do create an engine object inside the...
  5. I need help with ArrayIndexOutOfBounds exception!

    Hi all,

    I am writing a program for school, and am stuck. The program is throwing an ArrayIndexOutOfBounds exception, which I realize means that my array has an index that is less than zero, but I...
Results 1 to 5 of 5