I try to use the SQLite4Java library in my java application, when I try to open a database, I get the following error:
[- 93] library cannot be loaded: java.lang.UnsatisfiedLinkError: no sqlite4java-win32-x86 in java.library.path
I tried to provide the correct link to the library:
Library manager

Project Explorer

Import Expressions

I donβt use additional libraries in Java at all, and this is the first time I have come across this, are there any additional settings that need to be made?
Thank!
source
share