Brian Fitzpatrick <[EMAIL PROTECTED]> writes:
> 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:81)
> at org.sqlite.JDBC.connect(JDBC.java:64)
> at
Well, I've figured out that problem. (Some days it doesn't pay to get out
of bed.)
Grabbed the binary distribution. That fixed it. But now I'm getting this:
java.sql.SQLException: no SQLite library found
at org.sqlite.Conn.<init>(Conn.java:76)
at org.sqlite.JDBC.connect(JDBC.java:64)
at org.eclipse.datatools.connectivity.drivers.jdbc.JDBCConnection.
createConnection(JDBCConnection.java:89)
Any thoughts?
--Fitz
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---