简体   繁体   English

第一次如何使用eclipse设置SQLite?

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

I am trying to setup SQLite with eclipse using the documentation: 我正在尝试使用文档使用eclipse设置SQLite:

https://wiki.eclipse.org/Connecting_to_SQLite https://wiki.eclipse.org/Connecting_to_SQLite

But when I am trying to add new "Generic JDBC" driver, the fields are disabled. 但是,当我尝试添加新的“通用JDBC”驱动程序时,这些字段被禁用。

在此处输入图片说明

I don't know how to proceed. 我不知道该如何进行。

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. 从现在所在的位置,需要选择“ JAR列表”选项卡,并导入sqlite.jar文件,该文件位于先前步骤中下载的zip文件中。 Download from here. 从这里下载。

添加SQLite jar文件

Once that is done, you can proceed as per the steps mentioned in the link. 完成后,您可以按照链接中提到的步骤进行操作。 Hope it helps. 希望能帮助到你。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM