Search:

Type: Posts; User: Norm

Search: Search took 0.20 seconds.

  1. Replies
    8
    Views
    1,320

    [SOLVED] Re: Stacks and Priority Queues Project

    Same as before. Look at line 57, find the variable and find why it does not have a valid value.
  2. Replies
    8
    Views
    1,320

    [SOLVED] Re: Stacks and Priority Queues Project

    What variable has the null value? Where should that variable have been assigned a value?
  3. Replies
    8
    Views
    1,320

    [SOLVED] Re: Stacks and Priority Queues Project

    There is a variable with a null value on line 9. Look at line 9 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.
    If...
  4. Replies
    8
    Views
    1,320

    [SOLVED] Re: Stacks and Priority Queues Project

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

    BTW NullPointerExceptions happen when a program is executed, not when it is compiled.
Results 1 to 4 of 4