hibernateabhi wrote:
Hi,
I m new to Hibernate, please tell me which jar should I use for net.shf packages. As I m using hibernate.jar and even though I m getting compilation errors.
Regards
Abhi
If you're new, you should use the latest version of Hibernate - 3.0.5. The net.sf.* hibernate code no longer exists in H3. The packages have been renamed org.hibernate.*.
If the net.sf.* refers to something other than net.sf.hibernate.*, then you need to find that particular product.
There is a readme.txt file in the lib directory of all hibernate distributions which indicate which jars are required.