Error: sqlite4java-linux-amd64

Issue #26 closed
Former user created an issue

Originally reported on Google Code with ID 26 ``` 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! ```

Reported by `makrothumeo` on 2011-04-09 03:57:01

Comments (2)

  1. Former user Account Deleted

    ``` 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!! ```

    Reported by `makrothumeo` on 2011-04-18 07:59:18

  2. Igor Sereda

    ``` 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 ```

    Reported by `sereda` on 2011-04-18 08:41:54 - Status changed: `Done` - Labels added: Type-Other - Labels removed: Type-Defect

  3. Log in to comment