Search:

Type: Posts; User: jps

Search: Search took 0.10 seconds.

  1. Replies
    14
    Views
    10,486

    Re: java.lang.NullPointerException

    Since that line is the declaration of strName, I would assume you put the println after that line..? Then I would assume nothing is printed because the NPE happens before the println..? What about...
  2. Replies
    14
    Views
    10,486

    Re: java.lang.NullPointerException

    Add some printlns to determine which variable has a null value, (somewhere around line 58 it seems?) then start backtracking to see why a value was not assigned.
Results 1 to 2 of 2