[Cherbot-commit] SF.net SVN: cherbot: [123] trunk/FAQ
Status: Alpha
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2008-01-19 18:33:21
|
Revision: 123
http://cherbot.svn.sourceforge.net/cherbot/?rev=123&view=rev
Author: christianhujer
Date: 2008-01-19 10:33:12 -0800 (Sat, 19 Jan 2008)
Log Message:
-----------
Updated FAQ about Derby.
Modified Paths:
--------------
trunk/FAQ
Modified: trunk/FAQ
===================================================================
--- trunk/FAQ 2008-01-01 18:10:47 UTC (rev 122)
+++ trunk/FAQ 2008-01-19 18:33:12 UTC (rev 123)
@@ -10,3 +10,4 @@
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
+You may have to replace the path to derby.jar to something else on your system if Derby has been installed outside of JAVA_HOME.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|