mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-12 22:24:47 +00:00
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:
parent
40e6d451d4
commit
ef9a637f2c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user