Hi all...

I'm attempting to get the latest SQLite JDBC driver working in Eclipse with the
DTP framework for JDBC we have in place. And I'm running into this issue...

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
org.eclipse.datatools.connectivity.drivers.jdbc.JDBCConnection.createConnection
(JDBCConnection.java:89)

I've looked at it in a number of ways, but haven't nailed down why this is
occurring. 

Any and all suggestions would be greatly appreciated!

Thanks
--Fitz


--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to