[Configuring DB Server (HSQLDB)]
Add hsqldb.jar to CLASSPATH in your project.

Edit the file persistence.cfg:

DRIVER_CLASS=org.hsqldb.jdbcDriver
DB_URL=jdbc:hsqldb:c:\\tutorial\\db\\tutorial
PANELS_PACKAGE=com.user.panels
MAIN_PANEL=CimClientLoginPanel
FIELDS_TABLE_NAME=Fields
TYPES_FIELD_NAME=Types
USERNAME=sa
PASSWORD=
SQL_SERVER=com.jslope.persistence.sql.HSqlDbServer

Set another value to DB_URL if you want your database to be located in other directory.

Previous page Tree of contents Next page