When I first try and open my (new, does not exist) DB, I get this:

java.lang.UnsatisfiedLinkError: _open
    at org.sqlite.NativeDB._open(Native Method)
    at org.sqlite.DB.open(DB.java:77)
    at org.sqlite.Conn.<init>(Conn.java:88)
    at org.sqlite.Conn.<init>(Conn.java:34)
    at org.sqlite.JDBC.connect(JDBC.java:66)

I'm using the latest (v056) jar, which I thought had all the necessary binaries 
included within the jar.  At least that's what the webpage seems to indicate.

What am I missing?  This was running fine on my laptop, but this is the first 
time I'm trying to run it on this new PC.

Thanks,
AJ
_______________________________________________
SQLiteJDBC mailing list
[email protected]
https://lists.hcoop.net/listinfo/sqlitejdbc

Reply via email to