Search:

Type: Posts; User: Norm

Search: Search took 0.08 seconds.

  1. Re: Problems with ArrayList- gives me a NullPointerException and the program crashes

    Did you find the variable with the null value? You need to find that first. When you have found the variable with the null value, then figure out why that variable does not have a valid value.
  2. Re: Problems with ArrayList- gives me a NullPointerException and the program crashes

    There is a variable with a null value on line 160. Look at line 160 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....
  3. Re: Problems with ArrayList- gives me a NullPointerException and the program crashes

    Please copy the full text of the error message and paste it here. It has important info about the error.

    Please edit your post and wrap your code with code tags:


    <YOUR CODE HERE>

    to get...
Results 1 to 3 of 3