I would like to use SQLite for some database functionality with a Java program I am implementing, but I don’t know how to install SQLite and make it work with Java under Ubuntu.
Any help is appreciated
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will need a JDBC driver for SQLite in order to access it from your java app.
Then, to set up sqlite under ubuntu
apt-get install cl-sql-sqlite3 sqlitebrowser.Sqlite browser is quite practical. Nevertheless, I would suggest you consider that sqlite is not the easiest way to deploy a java database. You should have a look at javadb.