Incorrect classpath for starting HSQL in Hibernate Reference PDF
----------------------------------------------------------------
Key: HHH-1903
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1903
Project: Hibernate3
Type: Bug
Components: documentation
Versions: 3.1.1
Environment: N/A
Reporter: Jack C. Holt
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."
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|