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...

[667 byte] By [darma_sadhaa] at [2007-11-26 18:07:52]
# 1

darma,

Just the basic facts. (Can you show me where it hurts?)

1. Which IDE are you using.

2. Which Application Server are you using?

3. Is derby.jar (or whatever) in your classpath, and does your IDE &/or AppSvr look there?

... and you might read http://www.catb.org/~esr/faqs/smart-questions.html before posting again.

keith.

corlettka at 2007-7-9 5:39:22 > top of Java-index,Java Essentials,New To Java...