Search:

Type: Posts; User: Norm

Search: Search took 0.19 seconds.

  1. Replies
    4
    Views
    1,854

    Re: Please help, outofbounds error

    Look at line 35 in the your source and see what variable is null. Then backtrack in the code to see why that variable does not have a valid value.
    If you can not tell which variable it is, add a...
  2. Replies
    4
    Views
    1,854

    Re: Please help, outofbounds error

    What compiler are you using? I get this warning when I compile your code:
    warning: [empty] empty statement after if
  3. Replies
    4
    Views
    1,854

    Re: Please help, outofbounds error

    Can you post the output from your program that shows the problem? Add comments to the output that shows what the problem is and also show what the output should be.

    Add some printlns to the...
Results 1 to 3 of 4