Search:

Type: Posts; User: vandrop

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    1,199

    Re: null pointer exception problem

    Sorry, found it: problem was booleans in constructing deck.
  2. Replies
    1
    Views
    1,199

    null pointer exception problem

    I keep receiving a null pointer exception:
    Exception in thread "main" java.lang.NullPointerException
    at Player.evaluate(Player.java:29)
    at Player.hit(Player.java:18)
    at Game.play(Game.java:23)...
Results 1 to 2 of 2