max wrote:
you need to read the docs on how you specify the jdbc driver for running eg.
Download Hibernate and extract the archive
place your JDBC driver jar file in the lib directory
edit etc/hibernate.properties, specifying values for your database (Hibernate will create a schema for the demo automatically)
from a command prompt in the install dir
if you have Ant installed (and copied antlr.jar and junit.jar to ANT_HOME/lib), type ant eg
if not, type build eg under Windows
the example should run successfully
that's what I read. And what I did... but I encountered the problems I wrote before.
Anyway part of the question is still unanswered: has anyone sucessfully used hibernate with oracle lite (10g) ?