I can’t figure out how to include a SQLite database within a Java .jar file for deployment (via Java WebStart).
The database does not need to be updated at runtime… it is essentially a glorified configuration file.
Using Eclipse, by the way.
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.
Another good option to consider could be derby, javadb. It’s bundled with java now and is pretty fast to setup and has good performances.
Regards,
Stéphane