Cannot fix the error ([-93] cannot load the library: java.lang.UnsatisfiedLinkError :)

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

Library manager

Project Explorer

Project explorer

Import Expressions

Import statements

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!

+3
source share
1 answer

, , .jar , .DLL .

β—¦ (*.dll, *.so, *.jnilib) - sqlite4java.jar;

, !

+1

All Articles