• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Class Not Found java.lang.ClassNotFoundException: org.sqlite.JDBC.Driver

I have created a project in Eclipse (Java) with SQLite db.
After that Eclipse project successfully imported in Android Studio but unable to work with SQlite db. Following error displayed all the time:

Class Not Found java.lang.ClassNotFoundException: org.sqlite.JDBC.Driver
java.sql.SQLException: No suitable driver found for jdbc:sqlite:C:/sqlite/sqlite/db/Student.db

Can anyone help me regarding this?
 
Back
Top Bottom