Incorrect classpath for starting HSQL in Hibernate Reference PDF

Description

In the last paragraph on page 4 the following sentence, "Now start the database by running java -classpath lib/hsqldb.jar org.hsqldb.Server in this
data directory", is incorrect. The following error appears when you try it from the data directory (as the document states you should do).

Exception in thread "main" java.lang.NoClassDefFoundError: org/hsqldb/Server

The sentence should read "Now start the database by running java -classpath ../lib/hsqldb.jar org.hsqldb.Server in this
data directory."

Activity

Show:

Steve Ebersole March 21, 2011 at 7:06 PM

Bulk closing stale resolved issues

Christian Bauer July 21, 2006 at 8:43 AM

This is in current subversion: "Now start the database by running <literal>java -classpath ../lib/hsqldb.jar org.hsqldb.Server</literal> in this data directory."

Won't Fix

Details

Assignee

Reporter

Components

Affects versions

Priority

Created July 13, 2006 at 4:50 PM
Updated March 21, 2011 at 7:06 PM
Resolved July 21, 2006 at 8:43 AM