hsqldb eclipse插件 [英] hsqldb plugin for eclipse

查看:106
本文介绍了hsqldb eclipse插件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想为HSQLdb添加eclipse插件.

I want to add the eclipse plugin for HSQLdb.

我做了什么: 我已经从 http://sourceforge.net/projects/hsqldb-plugin/files/下载了HSQLdb插件

WHAT I DID : I have downloaded HSQLdb plugin from http://sourceforge.net/projects/hsqldb-plugin/files/

然后,我按照博客 http:中提到的步骤进行操作: //jobinwilson.blogspot.in/2010/05/adding-hsqldb-plugin-to-eclipse.html

3.解压缩HSQLDBPlugin zip,将获得两个文件夹hsqldb.core和hsqldb.ui
4.将两个文件夹都复制到ECLIPSE_HOME/plugins文件夹中
5.从命令提示符/shell导航到ECLIPSE_HOME/plugins/hsqldb.ui文件夹
6.运行命令jar cvf ui.jar -C bin. (注意结束点,表示当前文件夹).此命令将生成ui.jar
7,重启日食

3.Unzip the HSQLDBPlugin zip,you will get two folders hsqldb.core and hsqldb.ui
4.Copy both the folders into ECLIPSE_HOME/plugins folder
5.Navigate to ECLIPSE_HOME/plugins/hsqldb.ui folder from command prompt/shell
6.run the command jar cvf ui.jar -C bin . (note the ending dot,denotes the current folder).This command will generate ui.jar
7.restart eclipse

完成此操作后,菜单中已填充了HSQLdb的选项,但是当我尝试执行添加数据库引擎性质"时,出现错误.

After doing this, the option of HSQLdb has populated in the menu, but when I am trying to do "Add Database Engine Nature", am getting an error.

错误:

无法添加HSQLDb Engine性质: org.eclipse.ui.internal.WorkbenchWindow无法强制转换为 org.eclipse.jface.window.ApplicationWindow

Cannot add HSQLDb Engine nature: org.eclipse.ui.internal.WorkbenchWindow can not be cast to org.eclipse.jface.window.ApplicationWindow

如果任何人都遇到过相同的问题或知道如何解决. 谢谢.

If anyone has faced the same issue or knows how to resolve it. Thanks.

推荐答案

最有可能是由于该插件的最新更新时间是2004年.显然,自那时以来,某些Eclipse库API发生了变化.这里有一个较新的版本:

Most likely is due to the fact that the plugin was last updated in 2004. Apparently some Eclipse library APIs have changed since then. There's a newer version here:

http://marketplace.eclipse.org/node/309316#.UG06fK44J6Y

这篇关于hsqldb eclipse插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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