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

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

问题描述

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



不幸的是,我发现他们有停止开发这个插件,所有在线阅读的教程指的是这个插件。



所以我的问题是,我如何使用最新版本的Derby eclipse?我应该采取什么步骤?

解决方案



Apache Derby就像其他通过JDBC提供接口的数据库。你不需要一个特定的插件来与Derby连接。只需使用常用的JDBC例程。



基本步骤:


  1. 要使用最新的Derby版本,首先需要从此处下载

  2. 您需要将jar包含在类路径中。

  3. 您只需要使用JDBC建立连接并执行查询,如 Oracle JDBC教程


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.

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.

thanks in advance

解决方案

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.

Basic steps:

  1. If you want to use the latest Derby version, first you need to download it from here
  2. You need to include the jar in your classpath.
  3. You just need to make connections and perform queries using JDBC, as better explained at the Oracle JDBC Tutorial.

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

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