All of the above solutions work well when you are dealing with a JAVA desktop application. In the case of a WebAPP application, the following solutions will not work. This is actually a problem with your application server, so you need to add sqlite-jar under your WEB-INF / lib, and only then can you successfully launch your web server.
To do this, you can follow these steps:
Switch to:
Project-> Properties-> Deployment Assembly-> Add-> Archives from the file system → Next → Add
Go to the folder where you have sqlite-jar, select it and click OK.
Click Finish. OK
Done, now you can run your application.
thanks
Yash bansal
source share