reset password
Author Message
xieguahu
Posts: 50
Posted 19:43 Oct 14, 2009 |

I checked out the code examples from Lectures 3.  But I have some error message about

import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Configuration;

 

it says that those import cannot be resolved

 

So is there any libary file I should get?

cysun
Posts: 2935
Posted 19:45 Oct 14, 2009 |

The library jar files are under /lib. Just add them to the build path of the project.