Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Re: Need help with Exception in thread "main" java.lang.NullPointerException

    You are welcome.

    A comment about the code. First, there is no need to declare the variables of Calc static - they should be instance variables and part of the Calc class. See the following for a...
  2. Re: Need help with Exception in thread "main" java.lang.NullPointerException

    For future reference, please wrap your code in the code tags (see the getting help link in my signature for more information). I have done this for you.

    Please post the full exception - it...
Results 1 to 2 of 2