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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.