tags:

views:

13

answers:

1

Hello,

I am receiving the error:

uninitialized constant SQLite3::Driver::Native::Driver::API

within my application, however I have installed:

ctionmailer-2.3.5
activerecord-jdbcsqlite3-adapter-0.9.6-java
jruby-openssl-0.6
rails-2.3.5
actionpack-2.3.5
activeresource-2.3.5
mysql-2.8.1
sqlite3-ruby-1.2.5
activerecord-2.3.5
activesupport-2.3.5
pcaprub
activerecord-jdbc-adapter-0.9.6-java
jdbc-sqlite3-3.6.3.054
rack-1.0.1

However, it still cannot connect am I missing something?

Thank you very much.

A: 

needed to use the adapter jdbcsqlite3 thanks.

James Moore