1
0
-1

Hi ,

I have trying to bind Select box with Bean Shell Form Binder.

But getting this error.

 

Target exception: java.lang.ClassNotFoundException: org.postgresql.Driver

 

Can someone please assist me?

Thanks 

  1. KL Lee

    missing postgresql driver? is the driver in {tomcat_directory}/lib folder?

  2. Chinnu

    Actually, Im trying to taking data from external DB which is postgresql

  3. KL Lee

    I think you still need the driver.

CommentAdd your comment...

1 answer

  1.  
    2
    1
    0

    Hello, you need, in fact, the driver. In my case I am using the file postgresql-9.3-1103.jdbc3.jar in the folder apache-tomcat-8.0.20 \ lib and actually my default database is postgresql.

    1. Chinnu

      i have uploaded postgresql-9.3-1103.jdbc3.jar in the folder apache-tomcat-8.0.20 \ lib . But getting same error

    2. KL Lee

      have you try to restart tomcat?

    3. Chinnu

      Yes. Now its working. Thank You.

    CommentAdd your comment...