Search:

Type: Posts; User: javapenguin

Search: Search took 0.08 seconds.

  1. Replies
    7
    Views
    4,155

    Re: JDBC connection error

    I must admit that I don't know much about networking, but it appears, from looking up the Class forName(String exp) method, that your forName(exp) cannot find that class.

    Maybe you have a typo...
  2. Replies
    7
    Views
    4,155

    Re: JDBC connection error

    Thrown when an application tries to load in a class through its string name using:

    * The forName method in class Class.
    * The findSystemClass method in class ClassLoader .
    * The...
Results 1 to 2 of 2