Reputation: 11655
I am trying to setup SQLite with eclipse using the documentation:
https://wiki.eclipse.org/Connecting_to_SQLite
But when I am trying to add new "Generic JDBC" driver, the fields are disabled.
I don't know how to proceed.
Upvotes: 1
Views: 727
Reputation: 161
From where you are now, you need to select JAR List tab and import the sqlite.jar file which is inside the zip file downloaded in the earlier step. Download from here.
Once that is done, you can proceed as per the steps mentioned in the link. Hope it helps.
Upvotes: 2