UnsatisfiedLinkError sqlite4java.library.path not set??

Issue #28 closed
Former user created an issue

Originally reported on Google Code with ID 28 ``` sqlite4java.library.path doesn't seem to be set i had to set it to the current directory (".") before i could get my jar to run.

Why not have a sensible default?

This was most frustrating for me because i was working from an eclipse project and where it would work, but when i exported it, it didn't work.

Thanks for this project guys :) ```

Reported by `StephenNancekivell` on 2011-06-27 01:09:11

Comments (3)

  1. Former user Account Deleted

    ``` Stephen, thanks -- the default is the path where sqlite4java.jar is located. Did you try to put binaries in the same directory with the .jar?

    Igor ```

    Reported by `sereda@almworks.com` on 2011-06-27 13:26:17

  2. Former user Account Deleted

    ``` Ohk right, yea i see that works.

    I also see if i extract sqlite4java into my generated jar then put the native library in the same folder it works.

    I was packing the sqlite4java.jar into my projects .jar where it didnt seem to find it anywhere. ```

    Reported by `StephenNancekivell` on 2011-06-27 23:53:41

  3. Igor Sereda

    Reported by `sereda` on 2011-06-28 09:28:02 - Status changed: `Done` - Labels added: Type-Other - Labels removed: Type-Defect

  4. Log in to comment