Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,452

    Re: Java Password Saver Problem

    Printing out values won't fix the problem. It will tell you what is causing the problem so you can fix it.


    Look at line 30 and find the variable with the null value.
  2. Replies
    4
    Views
    1,452

    Re: Java Password Saver Problem

    Look at line 32 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 you can not tell which variable it is, add a...
Results 1 to 2 of 2