Search:

Type: Posts; User: Norm

Search: Search took 0.40 seconds.

  1. Replies
    11
    Views
    3,601

    Re: jdbc connection problem

    Sorry I don't use an IDE.
  2. Replies
    11
    Views
    3,601

    Re: jdbc connection problem

    The JVM is not finding the class named in the error message. You need to find the jar file containing that class and add it to the classpath for the JVM, so it can find it.
  3. Replies
    11
    Views
    3,601

    Re: jdbc connection problem

    Another quess is that the Class.forName() is not finding the class.
Results 1 to 3 of 3