Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,444

    Re: Mysql with a java server

    That is the statement that is supposed to put a value in con, but it does not show what is in con when the code executes.
    Add a println() statement just before the statement with the NPE that prints...
  2. Replies
    5
    Views
    1,444

    Re: Mysql with a java server

    What is the value in con?
  3. Replies
    5
    Views
    1,444

    Re: Mysql with a java server

    There is a variable with a null value on line xxx. Look at line xxx 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 3 of 3