[SQLiteJDBC] maybe a diff path problem?

AJ Weber aweber at comcast.net
Tue Feb 2 16:03:47 EST 2010


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


More information about the SQLiteJDBC mailing list