<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hello there,</div>
<div> </div>
<div>i am trying to get SQLite run with SQuirrel on OSX 10.7.</div>
<div> </div>
<div>The program SQuirrel itself works well. sqlite3 is part of OSX 10.7 and also works. I am trying now to add a new JDBC driver for SQLite support. Here is what i've done so far:</div>
<div>1.) I downloaded SQLite JDBC connector from xerial: <a href="https://bitbucket.org/xerial/sqlite-jdbc/downloads" target="_blank">https://bitbucket.org/xerial/sqlite-jdbc/downloads</a></div>
<div>2.) i copied the jar into /Applications/SQuirreLSQL.app/Contents/Ressources/Java/lib</div>
<div>3.) i added a new driver in SQuirreL:</div>
<div>Name: SQLite Driver</div>
<div>ExampleURL: jdbc:sqlite:SQLiteDatabaseFileLocation</div>
<div>WebsiteURL: https://bitbucket.org/xerial.sqlite-jdbc</div>
<div>Class name: org.sqlite.JDBC</div>
<div>I chose sqlite-jdbc-3.7.2.jar from the file list</div>
<div>-> "OK"</div>
<div>4.) I receive the following notification:</div>
<div>Could not find class org.sqlite.JDBC in neither the Java class path nor the Extra class path of the SQLite Driver driver definition:<br/>
java.lang.ClassNotFoundException: org.sqlite.JDBC</div>
<div> </div>
<div>As far as i can see from the source "org.sqlite.JDBC" is correct: https://bitbucket.org/xerial/sqlite-jdbc/src/417045e6cb1497b6bd7e1a3154cbcce8bd9e2854/src/main/java/org/sqlite?at=default</div>
<div> </div>
<div>
<div>Do you have any ideas for the correct Class name?</div>
<div> </div>
<div>Thank you in advance.</div>
<div> </div>
<div>Regards,</div>
<div>Bastian</div>
</div></div></body></html>
|