Michael,

You should have derby.jar in the classpath if you want to use embedded mode.
CLASSPATH=\
Applications/apache-tomcat-6.0.18/lib/derbyclient.jar:\
derbyclient.jar contains only the JDBC driver code (http://db.apache.org/derby/docs/dev/adminguide/tadminappschangingyourclasspath.html)
<%
String driver = "org.apache.derby.jdbc.EmbeddedDriver";

Hope this helps,
Emmanuel

--
Emmanuel Cecchet
FTO @ Frog Thinker Open Source Development & Consulting
--
Web: http://www.frogthinker.org
email: [EMAIL PROTECTED]
Skype: emmanuel_cecchet

Reply via email to