> Has anyone of you have never exerienced the integration of sqlite jdbc
> (zentus v.054) in an application Eclipse RCP (Ganymede)?

Nope, but i've been using SQLite through JDBC on Netbeans recently.

> I've tried many ways found on internet, but even the classical one
> (generating a plugin starting from .jar and including this plugin in my rcp
> application) doesen't work.

What do you mean generating a plugin? Don't you just add the .jar to
your library files?

> It always gives me an excption creating the connection
>
> Class.forName("org.sqlite.JDBC");
>   Connection conn = DriverManager.getConnection("jdbc:sqlite:test.db");
>
> Any advice?

Depends on the exception, but most likely it's not finding the jar.

HTH
Nuno Magalhães
-- 
()  ascii ribbon campaign - against html e-mail
/\  ascii-rubanda kampajno - kontraŭ html-a retpoŝto
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to