Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Re: Exception in thread "main" java.lang.NullPointerException (HELP!!!)

    Look at the stack trace to figure out what line of your program is causing the Exception.

    Go to that line. What is that line? What variables are on that line? When that line executes, what are the...
  2. Re: Exception in thread "main" java.lang.NullPointerException (HELP!!!)

    What line is the error being thrown from? (Looks like line 40 of your program)

    What are the values of every variable on that line? Use a debugger, or at least some print statements, to answer that...
Results 1 to 2 of 2