hsqldb plugin for eclipse

一曲冷凌霜 提交于 2019-12-11 05:06:31

问题


I want to add the eclipse plugin for HSQLdb.

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

then i followed steps mentioned in a blog http://jobinwilson.blogspot.in/2010/05/adding-hsqldb-plugin-to-eclipse.html as

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

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.

ERROR:

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.


回答1:


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



来源:https://stackoverflow.com/questions/12722196/hsqldb-plugin-for-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!