Trolltech Home | Qt-jambi-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-jambi-interest Archive, June 2007
Database drivers


Message 1 in thread

Hello,

The execution of the CachedTable sample with 
qtjambi-linux32-gpl-4.3.0_01 does not go.

$ java com/trolltech/examples/CachedTable
Missing support for SQL

A priori I have the plugin sqlite.

/usr/local/QtJambi/qtjambi-linux32-gpl-4.3.0_01/plugins/sqldrivers
$ ls
libqsqlite.so

Necessary it recompiler qtjambi ?

A+,

Claude.


Message 2 in thread

Hello,
I answers itself.
In the .bashrc:
… QT_PLUGIN_PATH=/usr/local/QtJambi/qtjambi-linux32-gpl-4.3.0_01/plugins 
export QT_PLUGIN_PATH
…
OK,
A+,
Claude.