tryingToLearn
tryingToLearn

Reputation: 11655

How to setup SQLite with eclipse for the very first time?

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.

enter image description here

I don't know how to proceed.

Upvotes: 1

Views: 727

Answers (1)

gpothan
gpothan

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.

Adding the SQLite jar file

Once that is done, you can proceed as per the steps mentioned in the link. Hope it helps.

Upvotes: 2

Related Questions