As i am new to JavaFx and of course spring jdbc, i am in blocker state. My application is almost ready and i have even created installation file for windows using inno setup. This installation file works fine on my system but when i run on another system it does not run; probably due to missing database and its server. So, i need a standalone application that manages all the database and other requirements itself through installer. After research i found many people suggesting to use Sqlite or hsqldb. Do i really have to use these database, can't i create standalone application that uses existing technology i.e. spring jdbc and mysql.
Thank you.