Dependencies: -> sqlite-jdbc-[VERSION].jar
Instructions:
- Download sqlite-jdbc-[VERSION].jar from the sqlite/jdbc repository.(or here in the Referenced Libraries directory)
- Add the jar to class path
- create a directory in the C drive named "sqlite"
- Drop the sqlite-jdbc-[VERSION].jar in the directory.
- Download the code from this repo. (All file(s) required have been uploaded in the repo).
How to add the jar to class path:
- Right click your project.
- Go to "Build Path".
- Click Configure Build Path.
- Go to libraries and select "Add External Jar".
- Add the sqlite-jdbc-[VERSION].jar to the classpath.
- Apply and close. above instructions are only for eclipse IDE for java programming.
For detailed explanation visit https://www.javatpoint.com/java-sqlite
No Releases will be published as of now, Last edited by acrticsludge on 14/01/2022 at 15:55 P.M.(3:55 P.M.).