[Cherbot-commit] SF.net SVN: cherbot: [74] trunk/FAQ
Status: Alpha
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2007-06-17 13:08:24
|
Revision: 74
http://svn.sourceforge.net/cherbot/?rev=74&view=rev
Author: christianhujer
Date: 2007-06-17 06:08:22 -0700 (Sun, 17 Jun 2007)
Log Message:
-----------
Added a Q/A-pair.
Modified Paths:
--------------
trunk/FAQ
Modified: trunk/FAQ
===================================================================
--- trunk/FAQ 2007-06-17 13:07:49 UTC (rev 73)
+++ trunk/FAQ 2007-06-17 13:08:22 UTC (rev 74)
@@ -1,6 +1,12 @@
FAQ
---
+Q: How do I run CherBot?
+A: Currently CherBot cannot be really run yet. There are only three test modules that you can run:
+* net.sf.cherbot.CherBot
+* net.sf.cherbot.metaserver.MetaServerInfo
+* net.sf.cherbot.IRCConnection
+
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.
|