Search:

Type: Posts; User: jps

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    1,192

    Re: NullPointerException...how?

    Note that this line does not give cmd a value, but attempts to call a method on the variable cmd

    @divcret Please see The problem with spoonfeeding
  2. Replies
    7
    Views
    1,192

    Re: NullPointerException...how?

    Looks like there was an attempt to access a variable that has a null value.
    What line did the error message report? What variable(s) are on that line? Which one(s) have a null value?
Results 1 to 2 of 2