You also need to use the derbyclient.jar

e.g.  java -cp derbytools-10.2.2.0.jar:derbyclient-10.2.2.0.jar

or use the derby-10.2.2.10.jar which includes all classes in a single .jar
instead of the module .jars.

alex


On Sun, Nov 23, 2008 at 10:37 AM, David Stein <[EMAIL PROTECTED]> wrote:

>
> I added "derby.drda.startNetworkServer=true" to derby.settings as
> mentioned on http://liftweb.net/index.php/Cheat_Sheet, and I figured
> out to add the dependency for derbynet.jar in Maven.  I can connect
> with DbVisualize and see various system tables, but I can't see any
> tables lift created.  Not sure what the problem is, but I'd actually
> rather just connect with ij to take a quick peek.  I can't quite get
> that working:
>
> java -cp derbytools-10.2.2.0.jar org.apache.derby.tools.ij
> ij version 10.2
> ij> connect 'jdbc:derby://localhost:1527/lift_example';
> ERROR 08001: No suitable driver found for
> jdbc:derby://localhost:1527/lift_example
>
> Can someone point out what I'm doing wrong?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to