OK,

I found the solution for Jython. I must list my jars in CLASSPATH and not in
JYTHONPATH. I don't have to copy my native library to /usr/lib if I point to
them using the Java system property java.library.path.

:-)

2010/11/29 Pierre Thibault <pierre.thibau...@gmail.com>

> I am able to do System.loadLibrary("sqlite_jni") in my Jython script so it
> seems the problem is more with Jython itself. I am progressing.
>
> I have this error instead:
>
> java.sql.SQLException: java.sql.SQLException: No suitable driver found for
> jdbc:sqlite:/home/pierreth/work/web2py/applications/welcome/databases/storage.sqlite
>
> --
> A+
>
> -------------
> Pierre
>



-- 
A+

-------------
Pierre
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to