From: | Kris Jurka <books(at)ejurka(dot)com> |
---|---|
To: | Miłosz Dobrowolski <milekdo(at)poczta(dot)onet(dot)pl> |
Cc: | <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: Hibernate |
Date: | 2003-11-17 00:44:22 |
Message-ID: | Pine.LNX.4.33.0311161943230.22874-100000@leary.csoft.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
On Sun, 16 Nov 2003, [iso-8859-2] Miosz Dobrowolski wrote:
> Hello all !
> I'm new to postgres and hibernate. I'm trying to make a small sample
> application working with postgres via hibernate.
> I have created a new database "example" in postgres.
> I've made mapping files (xbm.xml)
> I've made java classes
> and I have the build.xml file
> running ant seems to compile everything (I have .class files after that),
> but running (also during executing ant) causes errors :
> (i include "result.txt")
The result.txt file indicates that you do not have the postgresql driver
jar file in your classpath.
Kris Jurka
From | Date | Subject | |
---|---|---|---|
Next Message | Larry Rosenman | 2003-11-17 00:47:30 | Re: junit failure? |
Previous Message | Kris Jurka | 2003-11-17 00:42:09 | Re: junit failure? |