Hello,
I have a hibernate 2.1.6 and I have configured hibernate.properties and I haveput the database driver in lib directory.
In documents we read:
Quote:
Have a look at the eg/ directory in the Hibernate distribution, it contains a simple standalone application.
Copy your JDBC driver to the lib/ directory and edit etc/hibernate.properties, specifying correct values
for your database. From a command prompt in the distribution directory, type ant eg (using Ant), or
under Windows, type build eg.
But there isn't any build.xml in "eg" directory. Also "build eg" uses which software? There should be a build.bat somewhere that I should run?
Mac