Vinay Ravish - 2010-10-13

Hi All,

Kindly help me understand how to link a bundle with the sqlite jdbc driver- jar file.

I have implemented a bundle which is supposed to update some content in the database. But the statement:

>> Class.forName("org.sqlite.JDBC");

is giving raise to exception:

>> java.lang.ClassNotFoundException: org.sqlite.JDBC

I have the org.sqlite.jar file located in the same directory as that of my bundle project. I hope I'm clear with my question.
Kindly let me know where I'm going wrong.

Thanks
Vinay.