Menu

How to install the HSQLDB Plug-in

I'm sorry not having provided any docs so far. The ZIP package availabe for download at SourceForge is the Eclipse PDT project, for developers interested in learning Eclipse Plug-in developement, and so the articles alrady cited on this forum are the docs.

But the package already includes all class files and jars, so if you what to run the plugin under Eclipse JDT all you have to do is:

1. cd to ECLIPSE_HOME/plugins/hsqldb.ui

2. jar cvf ui.jar -C bin .

And then, the next time you start Eclipse, everything should work.

[]s, Fernando Lozano

Posted by Fernando Lozano 2004-02-05

Log in to post a comment.