B4J Question Class not found: org.sqlite.JDBC

Rob White

Member
Licensed User
Hi all,
Not sure if I should flag this as ABMaterial or not.

I have the following error from a web app.
I am having problems initializing an SQLite database here's the error

java.lang.RuntimeException: Class not found: org.sqlite.JDBC
Are you missing an #AdditionalJar attribute setting?

Now I have used SQLite in other B4J projects with no problems. Yes I have the SQL library checked (as project compiles).
Have tried doing the initializing from AppStart and from the DButils code module.

Anyone got an idea what is different?
 
Top