Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    5
    Views
    2,154

    Re: no account in my database[java interface login]

    Can you copy the full text of the error message and paste it here? It will have info about the problem.
  2. Replies
    5
    Views
    2,154

    Re: no account in my database[java interface login]

    printStackTrace is a method in the Throwable class (parent of Exception) that will print out the contents of the error message and the call stack for where the execution flow was.
    It should always...
  3. Replies
    5
    Views
    2,154

    Re: no account in my database[java interface login]

    The two messages appear to have the same text.
    Also add a call to printStackTrace to the catch block to get the full text of any error message.

    Please edit your post and wrap your code with...
Results 1 to 3 of 3