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;
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. |