Changes

Jump to: navigation, search

SQLite Xerial JDBC From Source

282 bytes added, 18:58, 19 December 2011
Steps
== Steps Windows ===== Windows Setup ===
* Install Cygwin from here [http://cygwin.com/], During the install include these additional libraries:
** make
** add maven/bin to PATH
** On Command line, type mvn -version to check
 
=== Steps ===
* Clone the Xerial repo, type:
** hg clone https://sqlite-jdbc.googlecode.com/hg/ sqlite-jdbc
* Go into repo folder, type:
** cd sqlite-jdbc
* Start the build, type:
** make
* Retrieve the newly compiled and tested jar at:
** sqlite-jdbc/target/sqlite-jdbc-3.7.*.jar
== Result ==

Navigation menu