既然他们停止为 Eclipse 开发 derby 插件,是否可以在 Eclipse 中使用来自 apache 的 derby? [英] Is it possible to use derby from apache in Eclipse now that they stopped developing the derby plugin for Eclipse?

查看:28
本文介绍了既然他们停止为 Eclipse 开发 derby 插件,是否可以在 Eclipse 中使用来自 apache 的 derby?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用来自 apache 的 Derby,以便在我目前正在开发的桌面应用程序中包含数据库管理.

I would like to use Derby from apache in order to include database management on a desktop application that I'm currently developing.

不幸的是,我发现他们已经停止开发这个插件,我在网上阅读的所有教程都参考了这个插件.

Unfortunately I figured out that they have stopped developing this plugin and all the tutorials I've read online refer to this plugin.

所以我的问题是,如何在 eclipse 上使用最新版本的 Derby?我应该遵循哪些步骤?我希望我的应用程序是独立的并且易于转移.

So my question is, how can I use the latest version of Derby on eclipse? What steps should I follow? I would like my application to be standalone and easily transferable.

提前致谢

推荐答案

Apache Derby 就像其他通过 JDBC 提供接口的数据库一样.您不需要特定的插件来连接 Derby.只需使用常用的 JDBC 例程即可.

Apache Derby is just like other databases that provide interface through JDBC. You don't need a specific plugin to connect with Derby. Just use the usual JDBC routines.

基本步骤:

  1. 如果您想使用最新的 Derby 版本,首先您需要从 此处下载一个>
  2. 您需要在类路径中包含 jar.
  3. 您只需要使用 JDBC 建立连接和执行查询,正如 Oracle JDBC 教程.

这篇关于既然他们停止为 Eclipse 开发 derby 插件,是否可以在 Eclipse 中使用来自 apache 的 derby?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆