[Cherbot-commit] SF.net SVN: cherbot: [67] trunk/FAQ
Status: Alpha
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2007-06-16 21:29:54
|
Revision: 67
http://svn.sourceforge.net/cherbot/?rev=67&view=rev
Author: christianhujer
Date: 2007-06-16 14:29:50 -0700 (Sat, 16 Jun 2007)
Log Message:
-----------
Updated FAQ.
Modified Paths:
--------------
trunk/FAQ
Modified: trunk/FAQ
===================================================================
--- trunk/FAQ 2007-06-16 21:17:54 UTC (rev 66)
+++ trunk/FAQ 2007-06-16 21:29:50 UTC (rev 67)
@@ -1,4 +1,6 @@
FAQ
---
-No faq yet.
+Q: When I try to run CherBot I get java.sql.SQLException: No suitable driver found for jdbc:derby:cherbotdb;create=true
+A: You need to have derby.jar on your class path. Try this:
+java -cp CherBot.jar:$JAVA_HOME/db/lib/derby.jar net.sf.cherbot.CherBot
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|