Hi,
i am using SQLite with JDBC in Netbeans 7.1.1 for my project. So far, i am dealing with it well as embedded database. I want to know where my (sam.db) database file of SQLite will be stored in my computer?
Also whether my .jar file will include the db automatically (i want to deploy the project to other computer)?
Thanks