Sqlite, create .db-file

Hi!I just read this short howto for Sqlite in Java: http://www.pysquared.com/files/Java/JavaSQLiteExample/But how can I create the .db-file from the java code?In the example it's created from the console...Thanks!
[249 byte] By [rejeepa] at [2007-11-27 5:56:56]
# 1
I think you can not create the file "*.db" in java . this file can only created with sqlite3.exe and after you create it , you can modify, add, or delete records from tables of "sqlite database " which you created before.Message was edited by: aurelian_cl
aurelian_cla at 2007-7-12 16:28:28 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
Ok, thanks!I'll just have to create the database file first then!
rejeepa at 2007-7-12 16:28:28 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...