Re: [sqlite] SQLite wrapper Java Linux: No suitable driver

2006-05-11 Thread Joe Wilson
--- Pasquale Imbemba <[EMAIL PROTECTED]> wrote: > I am using the sqlite wrapper by Christian Werner for Java on my Linux > machine. I use eclipse and I have create da new project which contains > the SQLite.jar stuff. > > Whenever I try to compile, I get the following error: >

Re: [sqlite] SQLite wrapper Java Linux: No suitable driver

2006-05-10 Thread Pasquale Imbemba
On 10/05/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote: Make sure the sqlite_jni.dll DLL is in your path! Andi I don't have that file, but this libsqlite_jni.so . I understand I must have this also in my build path but I don't figure out how to do it in eclipse. I do Build Path -> Link

RE: [sqlite] SQLite wrapper Java Linux: No suitable driver

2006-05-10 Thread andreas.goetz
Make sure the sqlite_jni.dll DLL is in your path! Andi -Original Message- From: Pasquale Imbemba [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 10. Mai 2006 18:41 To: SQLite Subject: [sqlite] SQLite wrapper Java Linux: No suitable driver Hi, I am using the sqlite wrapper by Christian

[sqlite] SQLite wrapper Java Linux: No suitable driver

2006-05-10 Thread Pasquale Imbemba
Hi, I am using the sqlite wrapper by Christian Werner for Java on my Linux machine. I use eclipse and I have create da new project which contains the SQLite.jar stuff. My code looks like this: import SQLite.JDBCDriver; import java.sql.DriverManager; import java.sql.Connection; import