The SQLite JDBC driver is particularly convenient because it is often "Type 4"—a pure Java driver that communicates directly with the database. For version
import java.sql.*;
He moved the sqlite-jdbc-3.7.2.jar into the sacred /lib folder. download sqlitejdbc372jar install
java -cp ".;sqlite-jdbc-3.72.0.jar" YourSQLiteApp The SQLite JDBC driver is particularly convenient because
SQLite JDBC is not officially supported on Android because Android ships with its own SQLite (via android.database.sqlite ). However, you could use it for a server-side component. download sqlitejdbc372jar install