reposted: driver odbc
i found an error when try to run the web application, the error appear
like this :
Cannot load JDBC driver class 'org.apache.derby.jdbc.ClientDriver
java.lang.ClassNotFoundException: org.apache.derby.jdbc.ClientDriver
i've already add the driver, connection and view the data in visual designer (succeded) using travel database. in my opinion, it is likely that i'm not add the class driver to ide yet.
where i must put that driver class in ide? is it the driver class automatically load and added when i'm set the driver and connection before ? or there are couples step that i pass....
thanks a lot for the answers...

