tschallacka / sqlite4java

Automatically exported from code.google.com/p/sqlite4java
0 stars 0 forks source link

Error: sqlite4java-linux-amd64 #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi!
I am using Netbeans on a x64 platform using the latest sqlite4java-213.jar.

There was no error when compiling but when running, this error prompted.

[-93] cannot load library: java.lang.UnsatisfiedLinkError: no 
sqlite4java-linux-amd64-213 in java.library.path

Please advise.

Thanks!

Original issue reported on code.google.com by makrothu...@gmail.com on 9 Apr 2011 at 3:57

GoogleCodeExporter commented 9 years ago
Hi!

I got to realize that I will need to put libsqlite4java-linux-amd64.so within 
the jar CLASSPATH or just in the same folder to run the application.

Thanks for sqlite4java!!

Original comment by makrothu...@gmail.com on 18 Apr 2011 at 7:59

GoogleCodeExporter commented 9 years ago
You're welcome!

You can also specify the directory of the binaries with 
sqlite4java.library.path property (should be set before first calls to the 
library).

Igor

Original comment by ser...@gmail.com on 18 Apr 2011 at 8:41