Search:

Type: Posts; User: Norm

Search: Search took 0.16 seconds.

  1. [SOLVED] Re: I have a NullPointerException error that I dont understand

    What do you expect anyone can do with that?
    What code is on line 29?
    What was printed out by the println you added?
  2. [SOLVED] Re: I have a NullPointerException error that I dont understand

    Post the code you added with the println() and the line with the error. Also post what the println() printed out.
  3. [SOLVED] Re: I have a NullPointerException error that I dont understand

    There is a variable with a null value on line 29. Look at line 29 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....
Results 1 to 3 of 3