From: <hib...@li...> - 2006-04-18 10:36:38
|
Author: max...@jb... Date: 2006-04-18 06:36:27 -0400 (Tue, 18 Apr 2006) New Revision: 9758 Modified: trunk/Hibernate3/doc/reference/en/modules/tutorial.xml Log: minor - missing ../ Modified: trunk/Hibernate3/doc/reference/en/modules/tutorial.xml =================================================================== --- trunk/Hibernate3/doc/reference/en/modules/tutorial.xml 2006-04-18 03:14:36 UTC (rev 9757) +++ trunk/Hibernate3/doc/reference/en/modules/tutorial.xml 2006-04-18 10:36:27 UTC (rev 9758) @@ -331,7 +331,7 @@ <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 |