Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. [SOLVED] Re: error in my code(Exception in thread "main" java.lang.NullPointerException)

    Please mark this thread as solved. See Thread tools at top
  2. [SOLVED] Re: error in my code(Exception in thread "main" java.lang.NullPointerException)

    Please copy the full text of the error message and paste it here.
  3. [SOLVED] Re: error in my code(Exception in thread "main" java.lang.NullPointerException)

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

    BTW an array with 5040 slots can not hold 9999 values. It can only hold one value per slot: 5040 max
  4. [SOLVED] Re: error in my code(Exception in thread "main" java.lang.NullPointerException)

    There is a variable with a null value on line 21. Look at line 21 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....
Results 1 to 4 of 4