Java Desktop Application using SQLite installed by a single installer

寵の児 提交于 2019-12-04 06:37:48
gontard

I think the easyest for you is to use the database in embedded mode. Different databases could be use in this way :

The database is packaged with your application jar, so you don't need to install it.

You could write a script (e.g. bash script on UNIX) which checks if the DB is installed, installs it if needed and runs the .jar file of your program. On windows you can achieve the same with a batch script. So the user would only have to execute the script.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!