InterviewSolution
| 1. |
How To Use Hsqldb Inside Eclipse, Etc. |
|
Answer» To use HSQLDB at design-time in JBuilder, Eclipse, Net Beans or other TOOLS, you usually require the plug-in for databases that comes with the development environment. You usually need to add a REFERENCE to the HSQLDB JAR to the environment. Also you normally need to register the JDBC driver (which is part of the hsqldb.jar) with the environment. A dedicated plugin is ALREADY available for Eclipse. To use HSQLDB at design-time in JBuilder, Eclipse, Net Beans or other tools, you usually require the plug-in for databases that comes with the development environment. You usually need to add a reference to the HSQLDB jar to the environment. Also you normally need to register the JDBC driver (which is part of the hsqldb.jar) with the environment. A dedicated plugin is already available for Eclipse. |
|