Hi,
I am trying to connect to sql server database from hibernate3 which i am doing it manually but not with eclipse.
As a result i am getting nullpointerexception like
before starting...
Exception in
thread main java.lang.NullPointerException
at FirstExample.main(FirstExample.java:33)
while running the below program
jar files:
1)hibernate3.jar
2)hibernate-core.jar
3)jtds-1.2.2.jar
and
hibernate.cfg.xml file contains
and contact.hbm.xml file is
and
contact.java is
Can anyone tell me where i did mistake?
thanks in advance.