users@grizzly.java.net

Re: JRuby on Grizzy

From: Olav Sandstaa <olav_at_sun.com>
Date: Sun, 03 Jun 2007 23:52:30 +0200

Gudao Luo wrote:
> Hi Jean-Francois!
>
> I have your article:
> http://weblogs.java.net/blog/jfarcand/archive/2007/05/jruby_on_grizzl_1.html
>
> but my jruby on rails is not running like my exmaple:
> http://cnruby.googlecode.com/svn/trunk/jruby/jruby_use01
> or
> about the exmaple you can see my blog:
> http://www.hhtong.com/blog1/articles/2007/04/02/tools20070402_use-jruby
> The Error is: "The driver encountered an error: cannot load Java class
> org.apache.derby.jdbc.EmbeddedDriver"

This error normally comes when your application attempts to load the
Apache Derby's embedded JDBC driver and the class loader can not find
it. Have you included derby.jar in your class path?

Regards,
Olav


>