This my Answer to the stackoverflow question: Java and SQLite:
The wiki lists some more wrappers:
- Java wrapper (around a SWIG interface): http://tk-software.home.comcast.net/
- A good tutorial to use JDBC driver for SQLite. (it works at least !) http://www.ci.uchicago.edu/wiki/bin/view/VDS/VDSDevelopment/UsingSQLite
- JDBC driver for Windows, Linux, Mac OS X, and Pure Java: http://www.zentus.com/sqlitejdbc
- Another Java - SWIG wrapper. It only works on Win32. http://rodolfo_3.tripod.com/index.html
- sqlite-java-shell: 100% pure Java port of the sqlite3 commandline shell built with NestedVM. (This is not a JDBC driver).
- SQLite JDBC Driver for Mysaifu JVM: SQLite JDBC Driver for Mysaifu JVM and SQLite JNI Library for Windows (x86) and Linux (i386/PowerPC).
