Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,063

    [SOLVED] Re: NullPointerException Error

    There is a null value at line 95 when it is executed. Look at line 95 and find the variable with the null value and then backtrack in the code to see why the variable is null.
  2. Replies
    3
    Views
    1,063

    [SOLVED] Re: NullPointerException Error

    Please copy the full text of the error message and paste it here.

    Some problems I see:
    multiple statements on one line
    missing {}s for statement(s) following else
Results 1 to 2 of 2