Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    1,543

    Re: help me out from null pointer exception!!!

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

    Make sure there are not variable declarations in a method or constructor that are shadowing...
  2. Replies
    7
    Views
    1,543

    Re: help me out from null pointer exception!!!

    You forgot to copy and paste here the full text of the error message.
    Look at the statement where the error happened, find what variable had the null value and then backtrack in the code to see why...
Results 1 to 2 of 2