SQLite JDBC failing after upgrade

Issues related to applications and software problems
Post Reply
ampublic
Posts: 7
Joined: 2015/06/19 04:34:36

SQLite JDBC failing after upgrade

Post by ampublic » 2015/09/25 14:05:00

Upgrade centos 6.6 to 6.7

java.lang.UnsatisfiedLinkError: org.sqlite.core.NativeDB._open(Ljava/lang/String;I)V

sqlite-3.6.20-1.el6_7.2.x86_64

sqlite jdbc 3.8.6

and also tested with latest jdbc 3.11.1, exact same error occurs.

Post Reply