minor - missing ../

git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@9758 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Max Rydahl Andersen 2006-04-18 10:36:27 +00:00
parent 40e6d451d4
commit ef9a637f2c

View File

@ -331,7 +331,7 @@ public class Event {
<para>
Create a directory called <literal>data</literal> in the root of the development directory -
this is where HSQL DB will store its data files. Now start the database by running
<literal>java -classpath lib/hsqldb.jar org.hsqldb.Server</literal> in this data directory.
<literal>java -classpath ../lib/hsqldb.jar org.hsqldb.Server</literal> in this data directory.
You can see it start up and bind to a TCP/IP socket, this is where our application
will connect later. If you want to start with a fresh database during this tutorial,
shutdown HSQL DB (press <literal>CTRL + C</literal> in the window), delete all files in the